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

This commit is contained in:
Giles 2020-07-28 18:49:04 +01:00
parent c69a15eccb
commit 9faf86302e
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@ local publicSecrets = [
'ssh-host',
'ssh-user',
'ssh-root-user',
'ssh-root-password'
];
local secretSecrets = [
'ssh-passwoprd',
'ssh-password',
];
local util = {
// the head of an array
@ -205,7 +204,7 @@ local images = {
function(s) function(step) step {
settings +: {
script +: [
'echo "export %(environment)s=\'$${%(environment)s}\'" >> %(file)s # "%(secret)s"' % {
'echo "export %(environment)s=\'$${%(environment)s}\'' % {
environment: util.environment(s),
file: 'thisfile',
secret: util.secret(s),