.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
fe295d8c28
commit
a7c8f7f453
|
@ -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)]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue