Skip to content

Commit 54fa4cb

Browse files
Update .travis.yml
1 parent 918a51c commit 54fa4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- stage: build docker latest
1919
script:
2020
- make build-docker
21-
- docker login -u $DOCKER_USER -p '$DOCKER_PASS'
21+
- docker login -u $DOCKER_USER -p $DOCKER_PASS
2222
- make push
2323
- stage: build docker tag
2424
script:
2525
- TAG=$TRAVIS_TAG make build-docker
26-
- docker login -u $DOCKER_USER -p '$DOCKER_PASS'
26+
- docker login -u $DOCKER_USER -p $DOCKER_PASS
2727
- TAG=$TRAVIS_TAG make push
2828

0 commit comments

Comments
 (0)