Skip to content

Commit

Permalink
ci: Capture single digit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Nov 7, 2023
1 parent 9faebd5 commit 9ccd773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:

- script: |
echo "install cilium CLI"
if [[ ${CILIUM_VERSION_TAG} =~ ^1.1[1-3].[0-9]{2} ]]; then
if [[ ${CILIUM_VERSION_TAG} =~ ^1.1[1-3].[0-9]{1,2} ]]; then
echo "Cilium Agent Version ${BASH_REMATCH[0]}"
CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/main/stable-v0.14.txt)
else
Expand Down

0 comments on commit 9ccd773

Please sign in to comment.