We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de573c commit 7a70abdCopy full SHA for 7a70abd
drone/exec/flags.go
@@ -85,7 +85,7 @@ func mapOldToExecCommand(input *cli.Context) *execCommand {
85
Networks: input.StringSlice("network"),
86
Environ: readParams(input.String("env-file")),
87
Volumes: withVolumeSlice(input.StringSlice("volume")),
88
- Secrets: readParams(input.String("secrets")),
+ Secrets: readParams(input.String("secret-file")),
89
Config: input.String("registry"),
90
Privileged: input.StringSlice("privileged"),
91
Pretty: input.BoolT("pretty"),
0 commit comments