Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 18:03:20 +01:00
parent 13a6a57804
commit 48d692ddd2

View File

@ -16,6 +16,9 @@ jobs:
- run:
name: Listing0
command: 'ls'
- run:
name: Git Fetch
command: 'git fetch'
- run:
name: Git Checkout
command: 'git checkout feature/add_circle-ci_support'