.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2db74b3677
commit
a8117381b2
|
@ -38,7 +38,7 @@ def printSecrets(filename, env, secretEnv):
|
||||||
"port": fromSecret("ssh-port"),
|
"port": fromSecret("ssh-port"),
|
||||||
"username": fromSecret("ssh-user"),
|
"username": fromSecret("ssh-user"),
|
||||||
"password": fromSecret("ssh-password"),
|
"password": fromSecret("ssh-password"),
|
||||||
"script": [x.replace("$$filename$$", filename) for x in
|
"script": [x.replace("$$filename$$", filename) for x in [
|
||||||
"rm -f env-stack",
|
"rm -f env-stack",
|
||||||
] + map(echofilename, env)
|
] + map(echofilename, env)
|
||||||
+ mapSecret(echoSecret, secretEnv)]
|
+ mapSecret(echoSecret, secretEnv)]
|
||||||
|
|
Reference in New Issue