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

This commit is contained in:
Giles Bradshaw 2020-04-24 14:28:54 +01:00
parent d3f6325b37
commit 5f2bbeb315
1 changed files with 1 additions and 1 deletions

View File

@ -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",