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

add full buiold folder to link check

parent f2df369a
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
......@@ -117,8 +117,8 @@ check:links:
- if: $CI_COMMIT_REF_NAME
- if: $CI_MERGE_REQUEST_ID
before_script:
- cp .ci/jsonWhitelist.txt build/external/.
- cp -r build/external checkFolder
- cp .ci/jsonWhitelist.txt build/.
- cp -r build checkFolder
script:
- docker run -v "$(pwd)"/build/external:/checkFolder -t $CI_REGISTRY/r3/apps/tailorbird/linkchecker
......@@ -187,4 +187,4 @@ trigger:
tags:
- privileged
script:
- curl --silent --output /dev/null -X POST -F token=$INTERNAL_TRIGGER_TOKEN -F ref=$CI_COMMIT_BRANCH $INTERNAL_REPO
\ No newline at end of file
- curl --silent --output /dev/null -X POST -F token=$INTERNAL_TRIGGER_TOKEN -F ref=$CI_COMMIT_BRANCH $INTERNAL_REPO
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