summaryrefslogtreecommitdiffhomepage
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml7
1 files changed, 6 insertions, 1 deletions
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: