.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c69a15eccb
commit
9faf86302e
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue