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

Update .gitlab-ci.yml

parent c311cd41
Pipeline #2349 failed with stages
in 3 minutes and 17 seconds
...@@ -13,7 +13,7 @@ prepare-prerelease: ...@@ -13,7 +13,7 @@ prepare-prerelease:
allow_failure: true allow_failure: true
script: script:
- curl -L -o saref-pipeline.jar "https://saref.etsi.org/downloads/saref-pipeline.jar" - 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: except:
- master - master
artifacts: artifacts:
...@@ -29,7 +29,7 @@ prepare-release: ...@@ -29,7 +29,7 @@ prepare-release:
stage: pipeline stage: pipeline
script: script:
- curl -L -o saref-pipeline.jar "https://saref.etsi.org/downloads/saref-pipeline.jar" - 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: only:
- master - master
artifacts: artifacts:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment