Skip to content

Commit

Permalink
Updated VERSION RC tag detection to route to correct repo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Quinn <[email protected]>
  • Loading branch information
fquinner committed Mar 2, 2023
1 parent 434374d commit 30e1e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/build/ci-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo "CURRENT_BRANCH='${CURRENT_BRANCH}'"
if echo "$VERSION" | grep -E "^[0-9.]*$" > /dev/null
then
CLOUDSMITH_REPOSITORY=openmama
elif echo "$VERSION" | grep -E "^[0-9.]*-rc[0-9]*" > /dev/null
elif echo "$VERSION" | grep -E "^[0-9.]*-rc[0-9]*$" > /dev/null
then
CLOUDSMITH_REPOSITORY=openmama-rc
elif [ "$CURRENT_BRANCH" = "next" ]
Expand Down

0 comments on commit 30e1e0a

Please sign in to comment.