Skip to content

Commit a01c8b4

Browse files
committed
Fix build
1 parent f7ca316 commit a01c8b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
- stack-{{checksum "stack.yaml"}}-{{checksum "package.yaml"}}
2121
- run: stack setup
2222
- 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"
2823
- save-cache:
2924
key: stack-{{ checksum "stack.yaml" }}
3025
paths:

0 commit comments

Comments
 (0)