Merge pull request #143 from saveriomiroddi/update_shellcheck_reference

Build: Update Shellcheck download link
This commit is contained in:
Saverio Miroddi 2020-09-28 15:27:36 +02:00 committed by GitHub
commit 7482194216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ cache:
- "/opt/shellcheck"
script:
- mkdir -p /opt/shellcheck
- "[[ ! -e /opt/shellcheck/shellcheck ]] && wget -qO- https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz
- "[[ ! -e /opt/shellcheck/shellcheck ]] && wget -qO- https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz
| tar -xJv -O shellcheck-stable/shellcheck | sudo tee /opt/shellcheck/shellcheck
> /dev/null || true"
- sudo chmod +x /opt/shellcheck/shellcheck