Skip to content

Commit e62333e

Browse files
authored
travis-ci: removed outdated comments
1 parent 7ba2157 commit e62333e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +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-
# Below tar command will log an error because either ...-hetzner or
28-
# ...-hetzner.exe are missing. The process continues, though and the
29-
# created tarballs are fine.
27+
# Loop through the built architecture directories and create their corresponding tar.gz archives with the binary in it.
3028
- find releases -maxdepth 2 -mindepth 2 -type f -exec bash -c 'tar -cvzf "$(dirname {}).tar.gz" -C "$(dirname {})" $(basename {})' \;
3129

3230
deploy:

0 commit comments

Comments
 (0)