From 1091e896a6f566fb97bae766fc340118d4f87776 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 4 Aug 2021 19:10:42 +0200 Subject: [PATCH] add full buiold folder to link check --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48252fb4..0e09b3ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab