Loading .gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ site/ docs/jobs/**/*.md docs/images/jobs **/.DS_Store .idea No newline at end of file .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,11 @@ job_image_scan: expire_in: 30 days when: always links_checker: variables: LICHE_EXCLUDE: "^[^http]" FAIL_ON_BROKEN: "true" allow_failure: true # See https://docs.gitlab.com/ee/api/labels.html job_labels: Loading jobs/links_checker/links_checker.yml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ links_checker: add_option "${CI_PROJECT_DIR}/${i}" done fi - if [ ! -z ${LICHE_EXCLUDE} ]; then add_option "-x \"${LICHE_EXCLUDE}\""; fi - if [ ! -z ${LICHE_EXCLUDE} ]; then add_option "-x ${LICHE_EXCLUDE}"; fi - if [ ${LICHE_PRINT_OK} = "true" ]; then add_option "-v"; fi - if [ ${LICHE_RECURSIVE} = "true" ]; then add_option "-r"; fi Loading jobs/links_checker/versions/0.2.0.md 0 → 100644 +1 −0 Original line number Diff line number Diff line * Fix `LICHE_EXCLUDE` feature No newline at end of file Loading
.gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ site/ docs/jobs/**/*.md docs/images/jobs **/.DS_Store .idea No newline at end of file
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,11 @@ job_image_scan: expire_in: 30 days when: always links_checker: variables: LICHE_EXCLUDE: "^[^http]" FAIL_ON_BROKEN: "true" allow_failure: true # See https://docs.gitlab.com/ee/api/labels.html job_labels: Loading
jobs/links_checker/links_checker.yml +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ links_checker: add_option "${CI_PROJECT_DIR}/${i}" done fi - if [ ! -z ${LICHE_EXCLUDE} ]; then add_option "-x \"${LICHE_EXCLUDE}\""; fi - if [ ! -z ${LICHE_EXCLUDE} ]; then add_option "-x ${LICHE_EXCLUDE}"; fi - if [ ${LICHE_PRINT_OK} = "true" ]; then add_option "-v"; fi - if [ ${LICHE_RECURSIVE} = "true" ]; then add_option "-r"; fi Loading
jobs/links_checker/versions/0.2.0.md 0 → 100644 +1 −0 Original line number Diff line number Diff line * Fix `LICHE_EXCLUDE` feature No newline at end of file