Skip to content

Commit

Permalink
Remove deprecated -e arg from docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Apr 6, 2018
1 parent 8fa9f6a commit 212df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
language: c

before_install:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
# docker image from public hub are cached by travis
- docker pull qserv/mariadb_build:centos
# image below won't be cached
Expand Down

0 comments on commit 212df5c

Please sign in to comment.