Skip to content

Commit

Permalink
Bump astartectl to 1.0.0-beta.7
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
  • Loading branch information
Annopaolo committed Feb 9, 2022
1 parent b47e64d commit 930758a
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 930758a

Please sign in to comment.