Skip to content

Commit

Permalink
Fix .ci/bump_tag script (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Rao <[email protected]>
  • Loading branch information
shreyas-s-rao authored Aug 8, 2022
1 parent a111e53 commit 52f3abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/bump_tag
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ set -o errexit
set -o nounset
set -o pipefail

version=$(cat ../VERSION)
sed -i "s/v[0-9]*.[0-9]*\.[0-9]*/${version}/g" ../config/default/manager_image_patch.yaml
version=$(cat $REPO_DIR/VERSION)
sed -i "s/v[0-9]*.[0-9]*\.[0-9]*/${version}/g" $REPO_DIR/config/default/manager_image_patch.yaml

0 comments on commit 52f3abd

Please sign in to comment.