Skip to content

Commit

Permalink
Create sha256 checksums file during release
Browse files Browse the repository at this point in the history
  • Loading branch information
grobie authored and brancz committed May 18, 2017
1 parent e978738 commit 2ae2b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ deployment:
owner: prometheus
commands:
- promu crossbuild tarballs
- promu checksum .tarballs
- promu release .tarballs
- mkdir $CIRCLE_ARTIFACTS/releases/ && cp -a .tarballs/* $CIRCLE_ARTIFACTS/releases/
- docker login -e $DOCKER_EMAIL -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
Expand Down

0 comments on commit 2ae2b66

Please sign in to comment.