composed secret printing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-07-28 17:10:36 +01:00
parent 5e803aa57e
commit a535706098
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ local util = {
],
},
},
printEnv(file, env): function(step) envSet(env)(step) {
printEnv(file, env): function(step) util.envSet(env)(step) {
settings +: {
script +: [
'echo "export %(environment)s=\'$${%(environment)s}\'" >> %(file)s # "%(secret)s"' % {