Skip to content

Commit

Permalink
Fix-up sha256sum printing
Browse files Browse the repository at this point in the history
Godel rebuilds every run, so no reason to cache build/ or dist/ after all.  Print SHA256Sum to get the actual sum that was published - I can use this to plugin to homebrew
  • Loading branch information
holtwilkins committed Sep 13, 2017
1 parent b231d28 commit fd58226
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:

- run: ./godelw verify --apply=false --junit-output="${ARTIFACT_STORE}/tests.xml"
- run: ./godelw dist
- run: sha256sum dist/*.tgz

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

- *store-test-results

Expand All @@ -63,10 +56,8 @@ jobs:

steps:
- checkout
- restore_cache:
keys:
- 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
- run: sha256sum dist/*.tgz

workflows:
version: 2
Expand Down

0 comments on commit fd58226

Please sign in to comment.