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

fix(mega_linter): Set correct return code for MegaLinter job

parent b0e710ef
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -40,7 +40,10 @@ mega_linter:
    -   done
    - fi

    - '[ FAILED="true" ] && exit 1'
    - if [ "$FAILED" = true ]; then
    -   exit 1
    - fi
    - exit 0
  variables:
    # All available variables are described in documentation
    # https://nvuillam.github.io/mega-linter/configuration/
+1 −0
Original line number Diff line number Diff line
* Set correct return value for GitLab CI/CD pipeline if job succeeds