From 057d11a48b356bacd80963304c770a6886be5e7c Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 20 Oct 2022 14:30:53 +0100 Subject: [PATCH] (fix) add secret file to compiler in exec --- drone/exec/exec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/drone/exec/exec.go b/drone/exec/exec.go index 4686ed7..6ff4915 100644 --- a/drone/exec/exec.go +++ b/drone/exec/exec.go @@ -247,6 +247,7 @@ func exec(cliContext *cli.Context) error { Repo: commy.Repo, Stage: commy.Stage, System: commy.System, + Secret: secret.StaticVars(commy.Secrets), } spec := comp.Compile(nocontext, args).(*engine.Spec)