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

This commit is contained in:
Giles Bradshaw 2020-05-10 21:48:40 +01:00
parent fe295d8c28
commit a7c8f7f453
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def printSecrets(filename, env, secretEnv):
"username": fromSecret("ssh-user"),
"password": fromSecret("ssh-password"),
"script": [x.replace("***filename***", filename) for x in [
"rm -f env-stack",
"rm -f ***filename***",
] + map(echo, env)
+ map(echo, secretEnv)]
}