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

This commit is contained in:
Giles Bradshaw 2020-04-24 14:31:41 +01:00
parent 06c958b4c2
commit a35124bae8
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@ def printSecrets(env):
"port": fromSecret("ssh-port"),
"username": fromSecret("ssh-user"),
"password": fromSecret("ssh-password"),
"script": [[
"script": [
"echo $(($(date +%s%N)/1000000))",
"echo SSH_HOST=$SSH_HOST > env-stack",
"sleep 5",
@ -33,8 +33,6 @@ def printSecrets(env):
]
}
}
def steps(name, dependsOn):
return {