From 4ba904839d3756d232ed11861867555a7c767343 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 28 Jul 2020 17:11:24 +0100 Subject: [PATCH] composed secret printing --- .drone-home.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index 47b1793..db689d6 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -170,7 +170,7 @@ local images = { util.compose( std.map( function(secret) util.printEnv('afile', secret), - secrets, + publicSecrets, ) )( images.ssh {