Skip to content

Commit

Permalink
removed curl install. No longer needed because curl is now part of th…
Browse files Browse the repository at this point in the history
…e Torque TF runner

bump minor  version
  • Loading branch information
alexazarh committed Oct 12, 2022
1 parent 2f4b856 commit 7dae233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions runner/torqify_tf_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ set -e
version=<VERSION>
package_url="https://github.com/QualiSystemsLab/torque-dynamic-terraform-backend/releases/download/v$version/torqify_tf_backend.$version.tar.gz"

# install curl
echo "===> Installing curl"
apt update -y
apt install curl -y

# download python package
echo "===> Downloading package from url: $package_url"
echo "===> Downloading 'torqify_tf_backend' package from url: $package_url"
curl -L $package_url -o torqify_tf_backend.tar.gz

# extract package
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0

0 comments on commit 7dae233

Please sign in to comment.