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
No related merge requests found
...@@ -109,14 +109,13 @@ check:links: ...@@ -109,14 +109,13 @@ check:links:
image: image:
name: $CI_REGISTRY/r3/apps/tailorbird/linkchecker name: $CI_REGISTRY/r3/apps/tailorbird/linkchecker
entrypoint: ["/bin/bash"] entrypoint: ["/bin/bash"]
volumes:
- ./build:/checkFolder
rules: rules:
- if: $CI_COMMIT_REF_NAME - if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID - if: $CI_MERGE_REQUEST_ID
allow_failure: true allow_failure: true
before_script: before_script:
- cp .ci/jsonWhitelist.txt build/. - cp .ci/jsonWhitelist.txt build/.
- cp -r build checkFolder
script: script:
- python link_check.py - 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