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