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

This commit is contained in:
Giles Bradshaw 2020-04-24 13:00:20 +01:00
parent c2f0577be3
commit d2b2ddfdc4
2 changed files with 4 additions and 3 deletions

View File

@ -19,12 +19,12 @@ def printSecrets(env):
"username": fromSecret("ssh-user"),
"password": fromSecret("ssh-password"),
"script": [
"echo date",
"date",
"echo SSH_HOST=$SSH_HOST > env-stack",
"echo SSH_PORT=$SSH_PORT >> env-stack",
"echo LOCAL_DOCKER_REGISTRY=$LOCAL_DOCKER_REGISTRY >> env-stack",
"echo date",
"echo date >> env-stack",
"date",
"date >> env-stack",
]
}

1
thedate Normal file
View File

@ -0,0 +1 @@
Fri 24 Apr 2020 12:59:50 PM BST