From a4b65820a6d367018519b5acf4b450a103201ea3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:05:28 +0200 Subject: Adding upstream version 0.1.30. Signed-off-by: Daniel Baumann --- .gitlab-ci.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 565d0d9..b3d32b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,17 +143,26 @@ pages: - main variables: - SALSA_CI_DISABLE_WRAP_AND_SORT: 0 - SALSA_CI_WRAP_AND_SORT_ARGS: '-abkt' + SALSA_CI_DISABLE_WRAP_AND_SORT: 1 SALSA_CI_AUTOPKGTEST_ALLOWED_EXIT_STATUS: 0 SALSA_CI_DISABLE_APTLY: 0 +debputy-reformat: + stage: ci-test + image: debian:sid-slim + script: + - apt-get update -qq && apt-get -qq build-dep --no-install-recommends --yes . + - ./debputy.sh reformat --linter-exit-code --no-auto-fix + except: + variables: + - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ + debputy-lint: stage: ci-test image: debian:sid-slim script: - - apt-get update -qq && apt-get -qq install --no-install-recommends --yes dh-debputy python3-pygls - - PERL5LIB=lib debputy lint --spellcheck + - apt-get update -qq && apt-get -qq build-dep --no-install-recommends --yes . + - PERL5LIB=lib ./debputy.sh lint --spellcheck except: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -- cgit v1.2.3