.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
088e469a00
commit
44d1938a51
|
@ -198,7 +198,7 @@ local images = {
|
||||||
std.map(
|
std.map(
|
||||||
function(s) util.envSet(s),
|
function(s) util.envSet(s),
|
||||||
publicSecrets
|
publicSecrets
|
||||||
) /* +
|
) +
|
||||||
std.map(
|
std.map(
|
||||||
function(s) function(step) step {
|
function(s) function(step) step {
|
||||||
settings +: {
|
settings +: {
|
||||||
|
@ -213,7 +213,7 @@ local images = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
publicSecrets
|
publicSecrets
|
||||||
) */
|
)
|
||||||
)
|
)
|
||||||
(
|
(
|
||||||
images.ssh {
|
images.ssh {
|
||||||
|
@ -230,8 +230,8 @@ local images = {
|
||||||
script +: [
|
script +: [
|
||||||
'set -e',
|
'set -e',
|
||||||
'echo go',
|
'echo go',
|
||||||
"export OOO=${OOO}",
|
'export OOO=${OOO}',
|
||||||
"export O=${O}",
|
'export O=${O}',
|
||||||
] /*+
|
] /*+
|
||||||
map(export, secrets) +
|
map(export, secrets) +
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue