.
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-host',
|
||||||
'ssh-user',
|
'ssh-user',
|
||||||
'ssh-root-user',
|
'ssh-root-user',
|
||||||
'ssh-root-password'
|
|
||||||
];
|
];
|
||||||
local secretSecrets = [
|
local secretSecrets = [
|
||||||
'ssh-passwoprd',
|
'ssh-password',
|
||||||
];
|
];
|
||||||
local util = {
|
local util = {
|
||||||
// the head of an array
|
// the head of an array
|
||||||
|
@ -205,7 +204,7 @@ local images = {
|
||||||
function(s) function(step) step {
|
function(s) function(step) step {
|
||||||
settings +: {
|
settings +: {
|
||||||
script +: [
|
script +: [
|
||||||
'echo "export %(environment)s=\'$${%(environment)s}\'" >> %(file)s # "%(secret)s"' % {
|
'echo "export %(environment)s=\'$${%(environment)s}\'' % {
|
||||||
environment: util.environment(s),
|
environment: util.environment(s),
|
||||||
file: 'thisfile',
|
file: 'thisfile',
|
||||||
secret: util.secret(s),
|
secret: util.secret(s),
|
||||||
|
|
Loading…
Reference in New Issue