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

This commit is contained in:
Giles 2020-07-28 18:27:52 +01:00
parent 088e469a00
commit 44d1938a51
1 changed files with 4 additions and 4 deletions

View File

@ -198,7 +198,7 @@ local images = {
std.map(
function(s) util.envSet(s),
publicSecrets
) /* +
) +
std.map(
function(s) function(step) step {
settings +: {
@ -213,7 +213,7 @@ local images = {
},
},
publicSecrets
) */
)
)
(
images.ssh {
@ -230,8 +230,8 @@ local images = {
script +: [
'set -e',
'echo go',
"export OOO=${OOO}",
"export O=${O}",
'export OOO=${OOO}',
'export O=${O}',
] /*+
map(export, secrets) +
[