Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ stages: - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi - exit 0 after_script: t- rm -rf tests/dut tests/ref - rm -rf tests/dut tests/ref allow_failure: exit_codes: - 123 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ stages: - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi - exit 0 after_script: t- rm -rf tests/dut tests/ref - rm -rf tests/dut tests/ref allow_failure: exit_codes: - 123 Loading