.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b4c653066f
commit
81a9cd8999
|
@ -20,7 +20,8 @@ def printSecrets(env):
|
|||
"password": fromSecret("ssh-password"),
|
||||
"script": [
|
||||
"echo $(($(date +%s%N)/1000000))",
|
||||
"echo SSH_HOST=$SSH_HOST > env-stack",
|
||||
"echo SSH_HOST=$SSH_HOST > env-stack",
|
||||
"sleep 5",
|
||||
"echo SSH_PORT=$SSH_PORT >> env-stack",
|
||||
"echo LOCAL_DOCKER_REGISTRY=$LOCAL_DOCKER_REGISTRY >> env-stack",
|
||||
"echo $(($(date +%s%N)/1000000))",
|
||||
|
|
Reference in New Issue