We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a9cc5 commit 239baccCopy full SHA for 239bacc
commands.go
@@ -22,15 +22,15 @@ var GlobalFlags = []cli.Flag{
22
Usage: "git branch",
23
EnvVar: "BUILDKITE_BRANCH,CIRCLE_BRANCH,TRAVIS_BRANCH",
24
}),
25
- altsrc.NewBoolFlag(cli.BoolFlag{
26
- Name: "git-ref-commit",
27
- Usage: "use the commit as deployment reference instead of branch",
28
- }),
29
altsrc.NewStringFlag(cli.StringFlag{
30
Name: "git-origin",
31
Usage: "URL of the repo",
32
EnvVar: "BUILDKITE_REPO,CIRCLE_REPOSITORY_URL", // Travis doesn't have an equivalent
33
+ cli.BoolFlag{
+ Name: "git-ref-commit",
+ Usage: "use the commit as deployment reference instead of branch",
+ },
34
cli.GenericFlag{
35
Name: "github-token",
36
Usage: "Github Personal access token to interact with the Github API",
0 commit comments