Skip to content

Commit 8621e56

Browse files
authored
Merge pull request #5 from maxibanki/patch-4
Fixed bug with dot directory in tarball
2 parents 2c7194a + c39032b commit 8621e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_deploy:
2424
- go get github.com/mitchellh/gox
2525
- mkdir releases
2626
- gox -osarch="!netbsd/arm !openbsd/386 !openbsd/amd64 !netbsd/386 !netbsd/amd64" -output="releases/{{.Dir}}_`git describe --tags --abbrev=0`_{{.OS}}_{{.Arch}}/{{.Dir}}"
27-
- find releases -maxdepth 1 -mindepth 1 -type d -exec tar -cvzf {}.tar.gz -C {} . \;
27+
- find releases -maxdepth 1 -mindepth 1 -type d -exec tar -cvzf {}.tar.gz -C {} docker-machine-driver-hetzner \;
2828

2929
deploy:
3030
provider: releases

0 commit comments

Comments
 (0)