Merge pull request #6797 from ansible/docker-make-update

Remove deprecated and unneeded -e flag to docker login
This commit is contained in:
Michael Foord 2017-06-29 15:00:47 +01:00 committed by GitHub
commit 2a20782a81

View File

@ -937,7 +937,7 @@ install:
$(PYTHON) setup.py install $(SETUP_INSTALL_ARGS)
docker-auth:
docker login -e 1234@5678.com -u oauth2accesstoken -p "$(GCLOUD_AUTH)" https://gcr.io
docker login -u oauth2accesstoken -p "$(GCLOUD_AUTH)" https://gcr.io
# Docker isolated rampart
docker-isolated: