.
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": [
|
"commands": [
|
||||||
"cd letsencrypt-nginx",
|
"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("guacamole-postgresql"),
|
||||||
# build("ngrok-gitea"),
|
# build("ngrok-gitea"),
|
||||||
# build("letsencrypt-nginx"),
|
# build("letsencrypt-nginx"),
|
||||||
# buildHome(),
|
buildHome(),
|
||||||
buildNginx("blog"),
|
buildNginx("blog"),
|
||||||
buildNginx("drone"),
|
buildNginx("drone"),
|
||||||
buildNginx("git"),
|
buildNginx("git"),
|
||||||
|
|
Reference in New Issue