Commit 11c74c6f authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

Remove artifact in gitlab-ci.yml

parent 063251de
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -151,9 +151,6 @@ links_checker:
    LICHE_EXCLUDE: "^[^http]"
    FAIL_ON_BROKEN: "true"
  allow_failure: true
  after_script:
    - echo ${LICHE_OPTIONS}
    - echo ${LICHE_EXCLUDE}

    # See https://docs.gitlab.com/ee/api/labels.html
job_labels:
+1 −1
Original line number Diff line number Diff line
@@ -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