Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Docker command no longer supports the -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aweakley committed Jan 3, 2018
1 parent 3c083a2 commit f0ea6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_script:
- docker --version
- docker-compose --version
- docker-compose -f docker-compose.travis.yml config
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker pull "interaction/icekit:$TAG" || true
- docker build --cache-from "interaction/icekit:$TAG" -t "interaction/icekit:$TAG" .

Expand Down

0 comments on commit f0ea6c1

Please sign in to comment.