We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ca316 commit a01c8b4Copy full SHA for a01c8b4
.circleci/config.yml
@@ -20,11 +20,6 @@ jobs:
20
- stack-{{checksum "stack.yaml"}}-{{checksum "package.yaml"}}
21
- run: stack setup
22
- run: stack build
23
- - run: cd $(stack path --local-install-root)/bin/ && zip -j /tmp/runtime.zip bootstrap
24
- - save-cache:
25
- key: zip-file
26
- paths:
27
- - "/tmp/runtime.zip"
28
- save-cache:
29
key: stack-{{ checksum "stack.yaml" }}
30
paths:
0 commit comments