composed envsets
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-07-28 17:45:30 +01:00
parent 649f6bac47
commit 03665f3a6a
1 changed files with 17 additions and 12 deletions

View File

@ -187,8 +187,12 @@ local images = {
), ),
util.compose( util.compose(
std.map( std.map(
util.compose([ util.compose(
std.map(
function(s) util.envSet(s), function(s) util.envSet(s),
publicSecrets
) +
std.map(
function(s) function(step) step { function(s) function(step) step {
settings +: { settings +: {
script +: [ script +: [
@ -198,8 +202,9 @@ local images = {
], ],
}, },
}, },
]), publicSecrets
publicSecrets, )
),
) )
)( )(
images.ssh { images.ssh {