diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index f72f362..47b1793 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -68,7 +68,7 @@ local util = { ], }, }, - printEnv(file, env): function(step) envSet(env)(step) { + printEnv(file, env): function(step) util.envSet(env)(step) { settings +: { script +: [ 'echo "export %(environment)s=\'$${%(environment)s}\'" >> %(file)s # "%(secret)s"' % {