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

This commit is contained in:
Giles Bradshaw 2020-04-24 14:33:02 +01:00
parent a35124bae8
commit 6cef96f14e
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ def environment(env):
)
def printSecrets(env):
def myfunc(x):
return x
envv = map(env, myfunc)
envv = map(env, lambda x: x)
return {
"name": "print secrets",