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

This commit is contained in:
Giles Bradshaw 2020-04-24 13:04:12 +01:00
parent b4c653066f
commit 81a9cd8999
1 changed files with 2 additions and 1 deletions

View File

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