.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
06c958b4c2
commit
a35124bae8
|
@ -22,7 +22,7 @@ def printSecrets(env):
|
||||||
"port": fromSecret("ssh-port"),
|
"port": fromSecret("ssh-port"),
|
||||||
"username": fromSecret("ssh-user"),
|
"username": fromSecret("ssh-user"),
|
||||||
"password": fromSecret("ssh-password"),
|
"password": fromSecret("ssh-password"),
|
||||||
"script": [[
|
"script": [
|
||||||
"echo $(($(date +%s%N)/1000000))",
|
"echo $(($(date +%s%N)/1000000))",
|
||||||
"echo SSH_HOST=$SSH_HOST > env-stack",
|
"echo SSH_HOST=$SSH_HOST > env-stack",
|
||||||
"sleep 5",
|
"sleep 5",
|
||||||
|
@ -33,8 +33,6 @@ def printSecrets(env):
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
def steps(name, dependsOn):
|
def steps(name, dependsOn):
|
||||||
return {
|
return {
|
||||||
|
|
Reference in New Issue