summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-10-08 15:10:48 +0200
committerGitHub <noreply@github.com>2019-10-08 15:10:48 +0200
commite603a487854a7b0a3ca8a6231980c075dfbe6381 (patch)
treede449734dba5a2c5f634da2143ab003d74859c01
parentf292ed587834d3d10d9af7b720218b4dbd28d46e (diff)
downloadstylish-haskell-e603a487854a7b0a3ca8a6231980c075dfbe6381.tar.gz
Bump circleci config
-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: