File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ var GlobalFlags = []cli.Flag{
22
22
Usage : "git branch" ,
23
23
EnvVar : "BUILDKITE_BRANCH,CIRCLE_BRANCH,TRAVIS_BRANCH" ,
24
24
}),
25
- altsrc .NewBoolFlag (cli.BoolFlag {
26
- Name : "git-ref-commit" ,
27
- Usage : "use the commit as deployment reference instead of branch" ,
28
- }),
29
25
altsrc .NewStringFlag (cli.StringFlag {
30
26
Name : "git-origin" ,
31
27
Usage : "URL of the repo" ,
32
28
EnvVar : "BUILDKITE_REPO,CIRCLE_REPOSITORY_URL" , // Travis doesn't have an equivalent
33
29
}),
30
+ cli.BoolFlag {
31
+ Name : "git-ref-commit" ,
32
+ Usage : "use the commit as deployment reference instead of branch" ,
33
+ },
34
34
cli.GenericFlag {
35
35
Name : "github-token" ,
36
36
Usage : "Github Personal access token to interact with the Github API" ,
You can’t perform that action at this time.
0 commit comments