Skip to content

Commit

Permalink
Generate sha256 for windows_amd64/stern.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Dec 14, 2017
1 parent b04b549 commit 777d87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ build:
name: generate SHAs
code: |
cd $WERCKER_OUTPUT_DIR
for f in $(find . -type f -name stern); do
cd $WERCKER_OUTPUT_DIR/$(dirname "$f")
sha256sum stern > SHA256SUMS
for f in $(echo "$WERCKER_OUTPUT_DIR/artifacts/latest/linux_amd64/stern" "$WERCKER_OUTPUT_DIR/artifacts/latest/darwin_amd64/stern" "$WERCKER_OUTPUT_DIR/artifacts/latest/windows_amd64/stern.exe"); do
cd $(dirname "$f")
sha256sum $(basename "$f") > SHA256SUMS
done
- script:
Expand Down

0 comments on commit 777d87e

Please sign in to comment.