1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-22 17:01:58 +01:00

(fix) add secret file to compiler in exec

This commit is contained in:
TP Honey 2022-10-20 14:30:53 +01:00
parent 2497a26070
commit 057d11a48b

@ -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)