Loading .gitlab-ci.yml +3 −7 Original line number Diff line number Diff line Loading @@ -7,14 +7,12 @@ variables: stages: - test # - build # - deploy test-develop: test:check: stage: test image: labs.etsi.org:5050/saref/saref-pypeline:check script: - saref-dev -VV . - saref-dev check -VV . -| if grep -q "^* ERROR" target/output.log; then echo -e "❌ Build failed: found error(s) in output.log: \n $(grep '^* ERROR' target/output.log)" Loading @@ -22,8 +20,6 @@ test-develop: else echo "✅ Build succeeded: no errors found" fi # except: # - /^develop-v/ artifacts: when: always paths: Loading Loading
.gitlab-ci.yml +3 −7 Original line number Diff line number Diff line Loading @@ -7,14 +7,12 @@ variables: stages: - test # - build # - deploy test-develop: test:check: stage: test image: labs.etsi.org:5050/saref/saref-pypeline:check script: - saref-dev -VV . - saref-dev check -VV . -| if grep -q "^* ERROR" target/output.log; then echo -e "❌ Build failed: found error(s) in output.log: \n $(grep '^* ERROR' target/output.log)" Loading @@ -22,8 +20,6 @@ test-develop: else echo "✅ Build succeeded: no errors found" fi # except: # - /^develop-v/ artifacts: when: always paths: Loading