Skip to content

Commit

Permalink
change the docker hub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
inyee786 committed Sep 18, 2018
1 parent 7c6fc78 commit 30ffbf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ env:
services:
- docker
script:
- docker build -t inyee/percona-cstor-mysql-backend:$TRAVIS_BRANCH-$COMMIT .
- docker build -t inyee/mongo-cstor-backend:$TRAVIS_BRANCH-$COMMIT .
- echo $TRAVIS_BRANCH
- echo $TRAVIS_PULL_REQUEST
- docker login -u "$DOCKER_USER" -p "$DOCKER_PASS"
after_success:
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
docker push inyee/percona-cstor-mysql-backend:$TRAVIS_BRANCH-$COMMIT ;
docker push inyee/mongo-cstor-backend:$TRAVIS_BRANCH-$COMMIT ;
fi
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" != "false" ]; then
docker push inyee/percona-cstor-mysql-backend:$TRAVIS_BRANCH-$COMMIT ;
docker push inyee/mongo-cstor-backend:$TRAVIS_BRANCH-$COMMIT ;
fi

0 comments on commit 30ffbf7

Please sign in to comment.