Unverified Commit 6d81c3e1 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

saref-pypeline:check > 0.1.1

parent fb5fcd0d
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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)"
@@ -22,8 +20,6 @@ test-develop:
      else
        echo "✅ Build succeeded: no errors found"
      fi
  # except:
  #   - /^develop-v/
  artifacts:
    when: always
    paths: