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

This commit is contained in:
Giles Bradshaw 2020-04-24 14:34:07 +01:00
parent 6cef96f14e
commit 673e5f3926
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ def environment(env):
return dict(
[(x.replace("-", "_").upper(), fromSecret(x)) for x in env]
)
def identity(x): x
def printSecrets(env):
envv = map(env, lambda x: x)
envv = map(env, identity)
return {
"name": "print secrets",