Update third party librairies and tools (#6669)

This commit is contained in:
Florian Ruynat
2020-09-17 11:36:46 +02:00
committed by GitHub
parent 04932f496f
commit 705ad84ce7
7 changed files with 12 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ shellcheck:
stage: unit-tests
tags: [light]
variables:
SHELLCHECK_VERSION: v0.6.0
SHELLCHECK_VERSION: v0.7.1
before_script:
- ./tests/scripts/rebase.sh
- curl --silent --location "https://github.com/koalaman/shellcheck/releases/download/"${SHELLCHECK_VERSION}"/shellcheck-"${SHELLCHECK_VERSION}".linux.x86_64.tar.xz" | tar -xJv