Skip to content

Commit b3222a0

Browse files
authored
Merge pull request #115 from mcarmonaa/fix/travis-file
*: fix travis file to push the pga-create docker image correctly
2 parents 277c415 + 36f2ec8 commit b3222a0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
skip_cleanup: true
6363
on:
6464
tags: true
65+
after_deploy:
66+
- cd $GOPATH/src/github.com/src-d/datasets/PublicGitArchive/pga-create/
67+
- make docker-push-latest-release
6568

6669
notifications:
6770
email: false
6871

69-
after_deploy:
70-
- cd $GOPATH/src/github.com/src-d/datasets/PublicGitArchive/pga-create/ && make docker-push-latest-release

0 commit comments

Comments
 (0)