We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83232dc commit 54153ddCopy full SHA for 54153dd
.travis.yml
@@ -34,7 +34,7 @@ deploy:
34
node: '6.9'
35
after_success:
36
- if [ $DOCKER_HUB_USERNAME ]; then
37
- docker login --email=$DOCKER_HUB_EMAIL --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD;
+ docker login --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD;
38
39
if [ ! -z "$TRAVIS_TAG" ]; then
40
DOCKER_IMAGE_TAG=$TRAVIS_TAG;
0 commit comments