Skip to content

Commit

Permalink
WIP hardcode release number
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-onsha committed Sep 20, 2024
1 parent ce88979 commit b89470c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/aws-ami/debian-minikube/r8s-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ fi
log "Installing jq and curl"
sudo apt update -y && sudo apt install -y jq curl

RIGHTSIZER_RELEASE="$(curl -fLs "https://api.github.com/repos/$GITHUB_REPO/releases/latest" | jq -r '.tag_name')"
#RIGHTSIZER_RELEASE="$(curl -fLs "https://api.github.com/repos/$GITHUB_REPO/releases/latest" | jq -r '.tag_name')"
RIGHTSIZER_RELEASE="3.11.0"
if [ -z "$RIGHTSIZER_RELEASE" ]; then
log "Could not find latest release"
exit 1
Expand Down

0 comments on commit b89470c

Please sign in to comment.