mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Remove deprecated and unneeded -e flag to docker login
This commit is contained in:
2
Makefile
2
Makefile
@@ -937,7 +937,7 @@ install:
|
|||||||
$(PYTHON) setup.py install $(SETUP_INSTALL_ARGS)
|
$(PYTHON) setup.py install $(SETUP_INSTALL_ARGS)
|
||||||
|
|
||||||
docker-auth:
|
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 rampart
|
||||||
docker-isolated:
|
docker-isolated:
|
||||||
|
|||||||
Reference in New Issue
Block a user