Skip to content
Snippets Groups Projects
Commit 62035111 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

With job dependencies there is no need ignore failures

parent 4faf5e01
No related branches found
No related tags found
1 merge request!1393Use Gitlab CI DAG pipelines
Pipeline #4737087 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment