Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref4agri
Commits
d750b661
Unverified
Commit
d750b661
authored
Jul 26, 2021
by
Maxime Lefrançois
Browse files
migrating to labs.etsi.org/rep/
parent
63814b49
Pipeline
#324
passed with stages
in 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d750b661
...
...
@@ -18,7 +18,7 @@ stages:
test-develop
:
stage
:
test
script
:
-
curl -L -o saref-pipeline.jar "https://
forge
.etsi.org/rep/
SAREF
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
curl -L -o saref-pipeline.jar "https://
labs
.etsi.org/rep/
saref
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
java -jar saref-pipeline.jar develop -s && touch target/success
allow_failure
:
true
except
:
...
...
@@ -35,7 +35,7 @@ test-develop:
test-prerelease
:
stage
:
test
script
:
-
curl -L -o saref-pipeline.jar "https://
forge
.etsi.org/rep/
SAREF
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
curl -L -o saref-pipeline.jar "https://
labs
.etsi.org/rep/
saref
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
java -jar saref-pipeline.jar release -t && touch target/success
allow_failure
:
true
only
:
...
...
@@ -60,7 +60,7 @@ deploy-report:
test-release
:
stage
:
test
script
:
-
curl -L -o saref-pipeline.jar "https://
forge
.etsi.org/rep/
SAREF
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
curl -L -o saref-pipeline.jar "https://
labs
.etsi.org/rep/
saref
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
java -jar saref-pipeline.jar release -t
only
:
-
/^release-v/
...
...
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