.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5f2bbeb315
commit
06c958b4c2
|
@ -8,7 +8,10 @@ def environment(env):
|
||||||
)
|
)
|
||||||
|
|
||||||
def printSecrets(env):
|
def printSecrets(env):
|
||||||
envv = map(env, lambda: x: x)
|
def myfunc(x):
|
||||||
|
return x
|
||||||
|
envv = map(env, myfunc)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"name": "print secrets",
|
"name": "print secrets",
|
||||||
"image": "appleboy/drone-ssh",
|
"image": "appleboy/drone-ssh",
|
||||||
|
|
Reference in New Issue