Skip to content

Commit

Permalink
Merge pull request #1 from Annopaolo/bump-astartectl
Browse files Browse the repository at this point in the history
Bump `astartectl` to 1.0.0-beta.7
  • Loading branch information
bettio authored Feb 9, 2022
2 parents b47e64d + 930758a commit f12d26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-astarte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)
cd $tmp_dir
wget -q https://github.com/astarte-platform/astartectl/releases/download/v1.0.0-beta.6/astartectl_1.0.0-beta.6_linux_x86_64.tar.gz
tar xf astartectl_1.0.0-beta.6_linux_x86_64.tar.gz
wget -q https://github.com/astarte-platform/astartectl/releases/download/v1.0.0-beta.7/astartectl_1.0.0-beta.7_linux_x86_64.tar.gz
tar xf astartectl_1.0.0-beta.7_linux_x86_64.tar.gz
chmod +x astartectl
cd -

Expand Down

0 comments on commit f12d26c

Please sign in to comment.