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
dCache
pipelines
Commits
098e447e
Commit
098e447e
authored
Oct 02, 2020
by
Tigran Mkrtchyan
☕
Browse files
dcache: add deb package
parent
3aef5bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
098e447e
stages
:
-
build:rpm
#
- build:deb
-
build:deb
# - build:tar
variables
:
...
...
@@ -19,3 +19,9 @@ rpm:
image
:
dcache/maven-java11-rpm-build
script
:
-
mvn $MAVEN_CLI_OPTS -am -pl packages/fhs -P rpm clean package
deb
:
stage
:
build:deb
image
:
dcache/maven-java11-deb-build
script
:
-
mvn $MAVEN_CLI_OPTS -am -pl packages/fhs -P deb clean package
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