Skip to content
Snippets Groups Projects
Commit 594d4266 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Update .gitlab-ci.yml

parent 21151652
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,6 @@ test: ...@@ -19,6 +19,6 @@ test:
- echo "Checking $i ..." - echo "Checking $i ..."
- eb --check-style $i - eb --check-style $i
- eb $i -D -r $CI_PROJECT_DIR/Golden_Repo 2>&1 | tee -a output - eb $i -D -r $CI_PROJECT_DIR/Golden_Repo 2>&1 | tee -a output
- errors_and_warnings=$({ grep -e ERROR -e WARNING output || $(which true); } | { grep -v macOS || $(which true) } | wc -l) - errors_and_warnings=$(grep -e ERROR -e WARNING output | wc -l)
- if [ $errors_and_warnings -ne 0 ]; then $(which false); fi - if [ $errors_and_warnings -ne 0 ]; then $(which false); fi
- done - done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment