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

Fix release scripts to point to the right artifacts.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-29 14:09:45 -05:00
parent 7fc4f57ffa
commit 435c38474f
2 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -15,8 +15,7 @@
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
- cd bin && tar czf ../docker-credential-osxkeychain-${TRAVIS_TAG}-amd64.tar.gz docker-credential-osxkeychain
deploy:
provider: releases