diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index c699478..8d97424 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -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) + [