Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ build-codec-linux-make: script: - make -j 2>&1 | tee $BUILD_OUTPUT - ci/check_for_warnings.py $BUILD_OUTPUT || exit_code=$? - 'echo "Exit code: $exit_code"' - 'echo "Exit code: |$exit_code|"' - exit $exit_code build-unittests-linux: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ build-codec-linux-make: script: - make -j 2>&1 | tee $BUILD_OUTPUT - ci/check_for_warnings.py $BUILD_OUTPUT || exit_code=$? - 'echo "Exit code: $exit_code"' - 'echo "Exit code: |$exit_code|"' - exit $exit_code build-unittests-linux: Loading