From a0cf0d57ca4bbc54138b148af18b1b74af51a3c3 Mon Sep 17 00:00:00 2001 From: Craig Furman Date: Tue, 4 Aug 2020 09:52:16 +0100 Subject: [PATCH] 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 --- scripts/install-www-gitlab-com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index 974c0e1..1243bbe 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -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