Skip to content

Commit

Permalink
hack: fix update-version to not break the Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 9, 2024
1 parent 9737821 commit 32c7b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ yq -i e ".versions.current = \"$new_version2\"" project.yaml
yq -i e ".versions.previous = \"$current_version\"" project.yaml

# update version and previous_version in operator-fetch-payload
sed -i "s/version=.*/version=\"$new_version2\"/" .konflux/olm-catalog/bundle/Dockerfile
sed -i "s%version=.*\\\%version=\"$new_version2\" \\\%g" .konflux/olm-catalog/bundle/Dockerfile

0 comments on commit 32c7b43

Please sign in to comment.