Commit 5a49280f authored by Markus Bischof's avatar Markus Bischof Committed by Thomas Boni
Browse files

fix (mega_linter): succeed job if no files where linted

parent f158b5a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ mega_linter:
        FAILED=true
      fi

    - if [ "${OUTPUT_FORMAT}" = "tap" ]; then
    - if [ "${OUTPUT_FORMAT}" = "tap" ] && [[ -d "${CI_PROJECT_DIR}/${REPORT_OUTPUT_FOLDER}/tap" ]]; then

    -   npm install -g tap-junit@${TAP_JUNIT_VERSION}

+1 −0
Original line number Diff line number Diff line
* Mark job as successful in case no files where linted