From cdbf8bf1c2b32c8588977bf26256d60cca3fd218 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 28 Jul 2020 18:03:08 +0100 Subject: [PATCH] composed envsets --- .drone-home.jsonnet | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index d8d14df..88bcea8 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,6 +230,7 @@ local images = { script +: [ 'set -e', 'echo go', + "export OOO=${OOO}", ] /*+ map(export, secrets) + [