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

This commit is contained in:
Giles Bradshaw 2020-04-27 21:58:57 +01:00
parent 1b9d7fc251
commit c24b7f8967
1 changed files with 19 additions and 19 deletions

View File

@ -29,25 +29,25 @@ 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.drone", # "Dockerfile.drone",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
"letsencrypt-nginx", # "letsencrypt-nginx",
"drone", # "drone",
), #),
buildDockerFolder( #buildDockerFolder(
"Dockerfile.remote", # "Dockerfile.remote",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote",
"letsencrypt-nginx", # "letsencrypt-nginx",
"remote", # "remote",
), #),
scp("~/gitea-drone-stack"), scp("/home/giles/gitea-drone-stack"),
pull([ pull([
"letsencrypt-drone", "letsencrypt-drone",
"letsencrypt-remote", "letsencrypt-remote",