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

This commit is contained in:
Giles Bradshaw 2020-04-26 10:59:23 +01:00
parent 2db74b3677
commit a8117381b2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def printSecrets(filename, env, secretEnv):
"port": fromSecret("ssh-port"),
"username": fromSecret("ssh-user"),
"password": fromSecret("ssh-password"),
"script": [x.replace("$$filename$$", filename) for x in
"script": [x.replace("$$filename$$", filename) for x in [
"rm -f env-stack",
] + map(echofilename, env)
+ mapSecret(echoSecret, secretEnv)]