Skip to content

Commit 7c7b23a

Browse files
authored
Merge pull request #203 from nicholasSUSE/fix-cache-configuration-yaml
fixing missing configuration.yaml value because of cache reset
2 parents f0b953b + 164c99e commit 7c7b23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ func chartBump(c *cli.Context) {
880880
}
881881

882882
repoRoot := getRepoRoot()
883+
ChartsScriptOptionsFile = "configuration.yaml"
883884
chartsScriptOptions := parseScriptOptions()
884885

885886
bump, err := auto.SetupBump(repoRoot, CurrentPackage, Branch, chartsScriptOptions)

0 commit comments

Comments
 (0)