Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Changes2
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-r committed Jul 26, 2017
1 parent f0c285b commit 996981a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ deploy:
skip_cleanup: true
on:
tags: true
script:
- docker tag krishnanr/sparkmonitor krishnanr/sparkmonitor:$TRAVIS_TAG
- docker push krishnanr/sparkmonitor:$TRAVIS_TAG
- docker tag krishnanr/sparkmonitorhub krishnanr/sparkmonitorhub:$TRAVIS_TAG
- docker push krishnanr/sparkmonitorhub:$TRAVIS_TAG
script: 'docker tag krishnanr/sparkmonitor krishnanr/sparkmonitor:$TRAVIS_TAG &&
docker push krishnanr/sparkmonitor:$TRAVIS_TAG &&
docker tag krishnanr/sparkmonitorhub krishnanr/sparkmonitorhub:$TRAVIS_TAG &&
docker push krishnanr/sparkmonitorhub:$TRAVIS_TAG'

0 comments on commit 996981a

Please sign in to comment.