Skip to content

Commit

Permalink
Rename env var to BUILDKITE_FORCE_CANCEL_GRACE_PERIOD
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Haylock <mhaylock@users.noreply.github.com>
  • Loading branch information
mitchbne and mhaylock authored Nov 11, 2024
1 parent 8faf106 commit a3b8339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/step_cancel.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var StepCancelCommand = cli.Command{
Name: "force-grace-period",
Value: defaultCancelGracePeriod,
Usage: "The number of seconds to wait for agents to finish uploading artifacts before transitioning unfinished jobs to a canceled state. Should be used in conjunction with `--force`",
EnvVar: "BUILDKITE_FORCE_GRACE_PERIOD,BUILDKITE_CANCEL_GRACE_PERIOD",
EnvVar: "BUILDKITE_FORCE_CANCEL_GRACE_PERIOD,BUILDKITE_CANCEL_GRACE_PERIOD",
},

// API Flags
Expand Down

0 comments on commit a3b8339

Please # to comment.