From 9bf22248d0bb9d802b616ae54257c62d47ec31e1 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 12 May 2020 17:55:38 +0100 Subject: [PATCH] Attempt at getting CircleCI to work --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba473f9f..bee1dc0f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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'