Skip to content

Commit

Permalink
hardcode armadactl version to fix integration tests issue during release
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jun 25, 2024
1 parent efa679c commit 725d817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/get-armadactl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ get_latest_release() {
sed -E 's/.*"([^"]+)".*/\1/'
}

VERSION=$(get_latest_release)
# TODO: This is commented out due to an issue with release process. Until we fix integration tests run on release, we will use the hardcoded version v0.8.2
#VERSION=$(get_latest_release)
VERSION=v0.8.2

ARMADACTL_URL="https://github.com/armadaproject/armada/releases/download/$VERSION/armadactl_${VERSION#v}_${SYSTEM}_${ARCH}.${ARCHIVE_TYPE}"

Expand Down

0 comments on commit 725d817

Please sign in to comment.