Skip to content
Snippets Groups Projects
Commit 1983e3af authored by Casey Kuhlman's avatar Casey Kuhlman
Browse files

only docker login when necessary

parent 2b7fe938
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ dependencies:
pre:
- sudo curl -L -o /usr/bin/docker 'http://s3-external-1.amazonaws.com/circle-downloads/docker-1.6.0-circleci'; chmod 0755 /usr/bin/docker; true
- sudo service docker start
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
override:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment