Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref-portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SAREF
saref-portal
Commits
7f2443dd
Unverified
Commit
7f2443dd
authored
3 years ago
by
Maxime Lefrançois
Browse files
Options
Downloads
Patches
Plain Diff
download saref-pipeline from saref.etsi.org
parent
235b08f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
7f2443dd
...
...
@@ -12,7 +12,7 @@ prepare-prerelease:
stage
:
pipeline
allow_failure
:
true
script
:
-
curl -L -o saref-pipeline.jar "https://
labs
.etsi.org/
rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target
/saref-pipeline.jar
?job=build
"
-
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
except
:
-
master
...
...
@@ -28,7 +28,7 @@ prepare-release:
image
:
openjdk:8-jdk
stage
:
pipeline
script
:
-
curl -L -o saref-pipeline.jar "https://
labs
.etsi.org/
rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target
/saref-pipeline.jar
?job=build
"
-
curl -L -o saref-pipeline.jar "https://
saref
.etsi.org/
downloads
/saref-pipeline.jar"
-
java -jar saref-pipeline.jar release-portal && touch target/success
only
:
-
master
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment