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

debug git branch -av in ci/cd

parent bd854e52
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@ test-develop:
  stage: test
  stage: test
  image: openjdk:11-jre
  image: openjdk:11-jre
  script:
  script:
    - git branch -av
    - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/releases/permalink/latest/downloads/saref-pipeline.jar"
    - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/releases/permalink/latest/downloads/saref-pipeline.jar"
    - java -jar saref-pipeline.jar develop -s && touch target/success
    - java -jar saref-pipeline.jar develop -s && touch target/success
  allow_failure: true
  allow_failure: true