Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref-portal
Commits
f02b02e5
Commit
f02b02e5
authored
Jul 26, 2021
by
Maxime Lefrançois
Browse files
Update .gitlab-ci.yml
parent
c311cd41
Pipeline
#2349
failed with stages
in 3 minutes and 17 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f02b02e5
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment