Skip to content

Commit b240698

Browse files
author
pancongwen
committed
Update .travis.yml:
1. fix issue: worry target of push docker image in makefile
1 parent e6eee7e commit b240698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ script:
2424

2525
deploy:
2626
- provider: script
27-
script: make deploy USER=$DOCKER_USER PASS=$DOCKER_PASS ARCH=$ARCH TAG=$TRAVIS_BRANCH
27+
script: make pushtohub USER=$DOCKER_USER PASS=$DOCKER_PASS ARCH=$ARCH TAG=$TRAVIS_BRANCH
2828
on:
2929
all_branches: true
3030
condition: "$TRAVIS_BRANCH =~ ^master|develop$"
3131

3232
- provider: script
33-
script: make deploy USER=$DOCKER_USER PASS=$DOCKER_PASS ARCH=$ARCH TAG=$TRAVIS_TAG
33+
script: make pushtohub USER=$DOCKER_USER PASS=$DOCKER_PASS ARCH=$ARCH TAG=$TRAVIS_TAG
3434
on:
3535
tags: true
3636
all_branches: true

0 commit comments

Comments
 (0)