From 44d1938a51f33d4b61bafa91cbc0b406d3eba09f Mon Sep 17 00:00:00 2001 From: Giles Date: Tue, 28 Jul 2020 18:27:52 +0100 Subject: [PATCH] . --- .drone-home.jsonnet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) + [