diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index b1403ce..a5bfae0 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -167,15 +167,17 @@ local images = { images.wait(15), util.compose( std.map( - function(secret) util.printEnv(secret, 'afile'), + function(secret) util.printEnv('afile', secret), secrets, ) )( images.ssh { name: 'will print ssh-host again', - settings +: [ + settings +: { + script +: [ 'rm afile' - ], + ], + }, }, ) ],