From e603a487854a7b0a3ca8a6231980c075dfbe6381 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 8 Oct 2019 15:10:48 +0200 Subject: Bump circleci config --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e6a538c..907039d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,12 @@ jobs: - image: 'fpco/stack-build:latest' steps: - - checkout + # 'checkout' command is currently broken because the Docker image stopped + # providing 'ssh'. We do a manual checkout instead. + # - checkout + - run: + name: 'Checkout' + command: 'git clone https://github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME.git .' - restore_cache: key: 'v2-stylish-haskell-{{ arch }}-{{ .Branch }}' - run: -- cgit v1.2.3