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
3b48c228
Commit
3b48c228
authored
Feb 17, 2021
by
Tigran Mkrtchyan
☕
Browse files
install rpm after build
parent
cd2954b0
Changes
1
Show whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
3b48c228
...
...
@@ -2,6 +2,8 @@ stages:
-
build:rpm
-
build:deb
-
build:tar
-
deploy:rpm
variables
:
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true
-DskipTests"
...
...
@@ -40,3 +42,9 @@ tar:
artifacts
:
paths
:
-
"
packages/tar/target/dcache-*.tar.gz"
install_rpm
:
stage
:
deploy:rpm
image
:
centos:7
script
:
-
yum --nogpgcheck install -y packages/fhs/target/rpmbuild/RPMS/noarch/dcache*.rpm
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