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:
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user