.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6cef96f14e
commit
673e5f3926
|
@ -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",
|
||||
|
|
Reference in New Issue