.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-29 16:30:50 +01:00
parent 3da05437fa
commit da2ad1aff9
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ Name of the db.
#### guacamole-postgres-password
Password fro the db (no spaces).
Password for the db (no spaces).
#### guacamole-postgres-user

View File

@ -26,7 +26,7 @@ def deploy(
] +
map(export, secrets) +
[
"export DRONE_REPO_LINK={link}".format(link=ctx.repo.link),
"export DRONE_REPO_LINK=$${{DRONE_GITEA_SERVER}}/{namespace}/{name}".format(name=ctx.repo.name, namespace=ctx.repo.namespace),
"export DRONE_COMMIT={commit}".format(commit=ctx.build.commit),
"docker network prune -f",
"cd {folder}".format(folder=folder),