Skip to content

Commit e603a48

Browse files
authored
Bump circleci config
1 parent f292ed5 commit e603a48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
- image: 'fpco/stack-build:latest'
1616

1717
steps:
18-
- checkout
18+
# 'checkout' command is currently broken because the Docker image stopped
19+
# providing 'ssh'. We do a manual checkout instead.
20+
# - checkout
21+
- run:
22+
name: 'Checkout'
23+
command: 'git clone https://github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME.git .'
1924
- restore_cache:
2025
key: 'v2-stylish-haskell-{{ arch }}-{{ .Branch }}'
2126
- run:

0 commit comments

Comments
 (0)