Update yamllint

The old version, 1.23.0, looks to have been pulled from the repos:
https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/669766401
This commit is contained in:
Craig Furman 2020-08-04 09:52:16 +01:00
parent 97c590ab87
commit a0cf0d57ca
No known key found for this signature in database
GPG key ID: 9DC272E79564894A

View file

@ -37,7 +37,7 @@ YARN_INSTALL_VERSION=1.21.1-1
# Install yamllint
# We need the latest version
# https://packages.debian.org/testing/yamllint
YAMLLINT_VERSION=1.23.0
YAMLLINT_VERSION=1.24.2
echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list.d/testing.list
apt update
apt -t testing install -yq yamllint=${YAMLLINT_VERSION}-1