1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-21 15:52:28 +00:00

Updated makefiles from gsictl

This commit is contained in:
J. Fernando Sánchez 2017-09-29 15:32:11 +02:00
parent fc94b45448
commit 99d4bc70bc

View File

@ -14,9 +14,9 @@ endif
login:: docker-login
clean:: docker-clean ## Remove docker credentials
clean:: docker-clean
docker-clean:
docker-clean: ## Remove docker credentials
ifeq ($(HUB_USER),)
else
@docker logout