Skip to content

Commit

Permalink
also cache build/
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwilkins committed Sep 13, 2017
1 parent 1564e93 commit b231d28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- run: sha256sum dist/*.tgz

- save_cache:
key: dist-{{ .Environment.CIRCLE_SHA1 }}-v1
key: build-{{ .Environment.CIRCLE_SHA1 }}-v1
paths:
- build
- dist

- *store-test-results
Expand All @@ -64,7 +65,7 @@ jobs:
- checkout
- restore_cache:
keys:
- dist-{{ .Environment.CIRCLE_SHA1 }}-v1
- build-{{ .Environment.CIRCLE_SHA1 }}-v1
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --user "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bouncer

workflows:
Expand Down

0 comments on commit b231d28

Please sign in to comment.