.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
7dabf246e0
commit
d42d63e7ca
|
@ -71,7 +71,7 @@ def buildHome():
|
|||
]),
|
||||
"commands": [
|
||||
"cd letsencrypt-nginx",
|
||||
"sh build.home.sh $${{LOCAL_DOCKER_REGISTRY}}",
|
||||
"sh build.home.sh $${{LOCAL_DOCKER_REGISTRY}}".format(),
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -177,7 +177,7 @@ def steps(name, dependsOn):
|
|||
# build("guacamole-postgresql"),
|
||||
# build("ngrok-gitea"),
|
||||
# build("letsencrypt-nginx"),
|
||||
# buildHome(),
|
||||
buildHome(),
|
||||
buildNginx("blog"),
|
||||
buildNginx("drone"),
|
||||
buildNginx("git"),
|
||||
|
|
Reference in New Issue