.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
3a23ecbebf
commit
dc8c2f2ec2
|
@ -29,18 +29,17 @@ def main(ctx):
|
||||||
secretSecrets,
|
secretSecrets,
|
||||||
),
|
),
|
||||||
wait(15, "wait"),
|
wait(15, "wait"),
|
||||||
# build("guacamole-postgresql"),
|
build("guacamole-postgresql"),
|
||||||
# build("ngrok-gitea"),
|
build("ngrok-gitea"),
|
||||||
# build("letsencrypt-nginx"),
|
build("letsencrypt-nginx"),
|
||||||
build("drone-starlark"),
|
build("drone-starlark"),
|
||||||
#buildDockerFolder(
|
buildDockerFolder(
|
||||||
# "Dockerfile.home",
|
"Dockerfile.home",
|
||||||
# "nginx:latest",
|
"nginx:latest",
|
||||||
# "$${LOCAL_DOCKER_REGISTRY}home",
|
"$${LOCAL_DOCKER_REGISTRY}home",
|
||||||
# "letsencrypt-nginx",
|
"letsencrypt-nginx",
|
||||||
# "home",
|
"home",
|
||||||
#),
|
),
|
||||||
|
|
||||||
buildDockerFolder(
|
buildDockerFolder(
|
||||||
"Dockerfile.blog",
|
"Dockerfile.blog",
|
||||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||||
|
|
Reference in New Issue