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

Update .gitlab-ci.yml

parent c311cd41
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ prepare-prerelease:
  allow_failure: true
  script:
    - curl -L -o saref-pipeline.jar "https://saref.etsi.org/downloads/saref-pipeline.jar"
    - java -jar saref-pipeline.jar prerelease-portal -t && touch target/success
    - java -Xmx2048m -jar saref-pipeline.jar prerelease-portal -t && touch target/success
  except:
    - master
  artifacts:
@@ -29,7 +29,7 @@ prepare-release:
  stage: pipeline
  script:
    - curl -L -o saref-pipeline.jar "https://saref.etsi.org/downloads/saref-pipeline.jar"
    - java -jar saref-pipeline.jar release-portal && touch target/success
    - java -Xmx2048m -jar saref-pipeline.jar release-portal && touch target/success
  only:
    - master
  artifacts: