forked from LaconicNetwork/kompose
In buildconfig, detect current branch and it's remote url as defaults.
This commit is contained in:
@@ -152,7 +152,7 @@ func ConvertOpenShiftCommand() cli.Command {
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "build-branch",
|
||||
Value: "master",
|
||||
Value: "",
|
||||
Usage: "Specify repository branch to use for buildconfig (default master)",
|
||||
EnvVar: "BUILDBRANCH",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user