.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
40e4704ac4
commit
7dabf246e0
|
@ -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),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue