File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ jobs:
24
24
name : " Install: tflint"
25
25
command : |
26
26
apk add jq wget
27
+ # Get latest version of tflint
27
28
pkg_arch=linux_amd64
28
29
dl_url=$(curl -s https://api.github.com/repos/wata727/tflint/releases/latest | jq -r ".assets[] | select(.name | test(\"${pkg_arch}\")) | .browser_download_url")
29
- echo "Download URL: ${dl_url}"
30
- # wget ${dl_url}
31
- wget https://github.com/wata727/tflint/releases/download/v0.5.4/tflint_linux_amd64.zip
30
+ # echo "Download URL: ${dl_url}"
31
+ wget ${dl_url}
32
+ # wget https://github.com/wata727/tflint/releases/download/v0.5.4/tflint_linux_amd64.zip
32
33
unzip tflint_linux_amd64.zip
33
34
mkdir -p /usr/local/tflint/bin
34
35
# TODO: CircleCI write to file for later run steps
You can’t perform that action at this time.
0 commit comments