Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
DARIAH-DE Common
Commits
9e235855
Commit
9e235855
authored
Jun 16, 2022
by
Stefan Funk
Browse files
fix: Re-factor BOM deployment
parent
858cf2ab
Pipeline
#303095
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e235855
...
...
@@ -88,30 +88,17 @@ Build and deploy JARs:
paths
:
-
./target/bom.json
# Upload RELEASE bom.json to deps.sub.uni-goettingen.de
Upload DARIAH-DE-COMMON RELEASE BOM
:
stage
:
deploy
only
:
-
tags
variables
:
X_API_KEY
:
${DEPS_UPLOAD_TOKEN}
AUTO_CREATE_PROJECT
:
"
true"
PROJECT_NAME
:
"
dariah-de-common"
PROJECT_VERSION
:
"
RELEASE"
BOM_LOCATION
:
"
./target/bom.json"
extends
:
-
.upload-bom-to-deps
# Upload SNAPSHOT bom.json to deps.sub.uni-goettingen.de
Upload DARIAH-DE-COMMON SNAPSHOT BOM
:
# Upload bom.json to deps.sub.uni-goettingen.de
Upload DARIAH-DE-COMMON BOM
:
stage
:
deploy
only
:
-
develop
-
tags
variables
:
X_API_KEY
:
${DEPS_UPLOAD_TOKEN}
AUTO_CREATE_PROJECT
:
"
true"
PROJECT_NAME
:
"
dariah-de-common"
PROJECT_VERSION
:
"
SNAPSHOT"
PROJECT_VERSION
:
${PVERSION}
BOM_LOCATION
:
"
./target/bom.json"
extends
:
-
.upload-bom-to-deps
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