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:
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:
......
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