fix
This commit is contained in:
parent
4b9117f942
commit
2547d5c1fe
|
@ -31,7 +31,6 @@ post-deploy-docker:
|
||||||
pull-compose:
|
pull-compose:
|
||||||
@- echo "\n### pulling image(s)"
|
@- echo "\n### pulling image(s)"
|
||||||
@- $(foreach ctx,$(DEPLOY_HOSTS), \
|
@- $(foreach ctx,$(DEPLOY_HOSTS), \
|
||||||
docker context use $(ctx); \
|
|
||||||
docker context use $(ctx); \
|
docker context use $(ctx); \
|
||||||
if test $(DOCKER_LOGIN) -eq 1 ; \
|
if test $(DOCKER_LOGIN) -eq 1 ; \
|
||||||
then \
|
then \
|
||||||
|
|
Loading…
Reference in New Issue