Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:55:38 +01:00
parent da5cb68c97
commit 9bf22248d0

View File

@ -18,7 +18,7 @@ jobs:
command: 'ls'
- run:
name: Git Checkout
command: 'git checkout feature/add_circle-ci_support'
command: 'git checkout /feature/add_circle-ci_support'
- run:
name: Git Pull
command: 'git pull'