Skip to content
Snippets Groups Projects
Verified Commit d63a5b91 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Revert "try out volumes"

This reverts commit 25378e71.
parent 25378e71
No related branches found
No related tags found
5 merge requests!305[release] Regular merge of develop,!304[release] Regular merge of develop,!300[release] Regular merge of develop,!292[release] Regular merge of develop,!286add linkchecker
......@@ -109,14 +109,13 @@ check:links:
image:
name: $CI_REGISTRY/r3/apps/tailorbird/linkchecker
entrypoint: ["/bin/bash"]
volumes:
- ./build:/checkFolder
rules:
- if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID
allow_failure: true
before_script:
- cp .ci/jsonWhitelist.txt build/.
- cp -r build checkFolder
script:
- python link_check.py
......
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