Skip to content

Commit

Permalink
fix(ci): remove unnecessary version checking logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Crambor committed Mar 17, 2024
1 parent 4648e38 commit 28ce6f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hpc-load-balancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
exit 1
fi
version=$(echo $url | grep -o 'v[0-9]*\.[0-9]*\.[0-9]*' | head -1)
echo "Version: $version"
filename="hq-${version}-linux-x64.tar.gz"
filename="hq-linux-x64.tar.gz"
wget -q $url -O $filename
tar xzf $filename
./hq --version

0 comments on commit 28ce6f1

Please sign in to comment.