Skip to content

Commit

Permalink
chore(bors): merge pull request #241
Browse files Browse the repository at this point in the history
241: Cherry pick PR #240 to release/2.2 branch r=sinhaashish a=sinhaashish

This PR cherry-picks the following commit(s) to release/2.2:
 - [a34f187](a34f187)

Co-authored-by: sinhaashish <[email protected]>
  • Loading branch information
mayastor-bors and sinhaashish committed May 18, 2023
2 parents 9623f61 + fd7a1b0 commit e27c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs/images/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
# if tag is not semver just keep whatever is checked-in
# todo: handle this properly?
if [ "$(semver validate "tag")" == "valid" ]; then
if [ "$(semver validate ${tag})" = "valid" ]; then
CHART_FILE=build/chart/Chart.yaml build/scripts/helm/publish-chart-yaml.sh --app-tag ${tag} --override-index ""
fi
chmod -w build/chart
Expand Down

0 comments on commit e27c4b7

Please sign in to comment.