1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Make sure we build release artifacts and they are uploaded properly.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-29 15:00:34 -05:00
parent 435c38474f
commit 900f815cd4
3 changed files with 12 additions and 11 deletions
+1 -3
View File
@@ -13,9 +13,7 @@
script: make test
before_deploy:
- mkdir bin
- go build -o bin/docker-credential-osxkeychain osxkeychain/cmd/main_darwin.go
- cd bin && tar czf ../docker-credential-osxkeychain-${TRAVIS_TAG}-amd64.tar.gz docker-credential-osxkeychain
- sh ci/before_deploy.sh
deploy:
provider: releases