Skip to content

Commit

Permalink
Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Viken Duedal committed May 5, 2019
1 parent 72b9772 commit ba339ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ steps:
id=$(docker create alpine)
docker cp $id:/app/healthz alpine/
docker rm -v $id
mkdir dist
tar czf dist/healthz-alpine.tar.gz alpine/
tar czf dist/healthz-debian.tar.gz debian/
cd dist
shasum healthz-alpine.tar.gz > healthz-alpine.tar.gz.sha
shasum healthz-debian.tar.gz > healthz-debian.tar.gz.sha
waitFor: ['debian', 'alpine']
id: 'copy-artifacts'

Expand Down

0 comments on commit ba339ef

Please sign in to comment.