From 620351111fb75b106bd7b2906e1c1d484a8cb4c1 Mon Sep 17 00:00:00 2001 From: Marco Clemencic <marco.clemencic@cern.ch> Date: Wed, 9 Nov 2022 13:18:57 +0100 Subject: [PATCH] With job dependencies there is no need ignore failures --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d6cacf1df..dccad1adaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,14 +253,12 @@ pre-commit-checks: - 0001-pre-commit-fixes.patch when: on_failure expire_in: 1 week - allow_failure: true check-copyright: image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7 script: - curl -o lb-check-copyright "https://gitlab.cern.ch/lhcb-core/LbDevTools/-/raw/master/LbDevTools/SourceTools.py?inline=false" - python lb-check-copyright --exclude lhcbproject.yml origin/${TARGET_BRANCH} - allow_failure: true website: image: python @@ -271,7 +269,6 @@ website: - pip install -r source/requirements.txt - make html - cp -a build/html/. ../public/. - allow_failure: true artifacts: paths: - public -- GitLab