We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 277c415 + 36f2ec8 commit b3222a0Copy full SHA for b3222a0
1 file changed
.travis.yml
@@ -62,9 +62,10 @@ jobs:
62
skip_cleanup: true
63
on:
64
tags: true
65
+ after_deploy:
66
+ - cd $GOPATH/src/github.com/src-d/datasets/PublicGitArchive/pga-create/
67
+ - make docker-push-latest-release
68
69
notifications:
70
email: false
71
-after_deploy:
- - cd $GOPATH/src/github.com/src-d/datasets/PublicGitArchive/pga-create/ && make docker-push-latest-release
0 commit comments