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:
2424 name : " Install: tflint"
2525 command : |
2626 apk add jq wget
27+ # Get latest version of tflint
2728 pkg_arch=linux_amd64
2829 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
3233 unzip tflint_linux_amd64.zip
3334 mkdir -p /usr/local/tflint/bin
3435 # TODO: CircleCI write to file for later run steps
You can’t perform that action at this time.
0 commit comments