mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
97c590ab87
commit
a0cf0d57ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue