Skip to content

Commit

Permalink
update ref
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed Apr 22, 2024
1 parent 91e056c commit 59bd1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/supported-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ echo $GITHUB_OUTPUT

if git merge-base --is-ancestor origin/release/v5.0 HEAD
then
echo "[\"v1.23.9-k3s1\", \"v1.29.3-k3s1\"]" >> $GITHUB_OUTPUT
echo "[\"v1.23.9-k3s1\", \"v1.29.3-k3s1\"]" >> "$GITHUB_OUTPUT"
exit 0
elif git merge-base --is-ancestor origin/release/v4.0 HEAD
then
echo "[\"v1.23.9-k3s1\", \"v1.28.8-k3s1\"]" >> $GITHUB_OUTPUT
echo "[\"v1.23.9-k3s1\", \"v1.28.8-k3s1\"]" >> "$GITHUB_OUTPUT"
exit 0
elif git merge-base --is-ancestor origin/release/v3.0 HEAD
then
echo "[\"v1.16.9-k3s1\", \"v1.27.9-k3s1\"]" >> $GITHUB_OUTPUT
echo "[\"v1.16.9-k3s1\", \"v1.27.9-k3s1\"]" >> "$GITHUB_OUTPUT"
exit 0
fi

Expand Down

0 comments on commit 59bd1ee

Please sign in to comment.