.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Giles Bradshaw 2020-04-25 22:34:03 +01:00
parent 40e4704ac4
commit 7dabf246e0
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def buildNginx(name):
"local-docker-registry", "local-docker-registry",
]), ]),
"commands": [ "commands": [
"cd lestencrypt-nginx", "cd letsencrypt-nginx",
"sh build.sh {name} $${{LOCAL_DOCKER_REGISTRY}}".format(name = name), "sh build.sh {name} $${{LOCAL_DOCKER_REGISTRY}}".format(name = name),
], ],
} }