Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
pipelines
Commits
3e067d72
Commit
3e067d72
authored
Oct 06, 2020
by
Tigran Mkrtchyan
☕
Browse files
dcache: collect all artifacts
parent
d8e93f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
3e067d72
...
...
@@ -28,9 +28,15 @@ deb:
image
:
dcache/maven-java11-deb-build
script
:
-
mvn $MAVEN_CLI_OPTS -am -pl packages/fhs -P deb clean package
artifacts
:
paths
:
-
"
packages/fhs/target/dcache_*.deb"
tar
:
stage
:
build:tar
image
:
dcache/maven-java11-tar-build
script
:
-
mvn $MAVEN_CLI_OPTS -am -pl packages/tar clean package
artifacts
:
paths
:
-
"
packages/tar/target/dcache-*.tar.gz"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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