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
760d5946
Commit
760d5946
authored
Feb 17, 2021
by
Tigran Mkrtchyan
☕
Browse files
add test install of dep package.
parent
3b48c228
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcache-build.yml
View file @
760d5946
...
...
@@ -2,7 +2,7 @@ stages:
-
build:rpm
-
build:deb
-
build:tar
-
deploy
:rpm
-
test_
deploy
variables
:
...
...
@@ -44,7 +44,13 @@ tar:
-
"
packages/tar/target/dcache-*.tar.gz"
install_rpm
:
stage
:
deploy
:rpm
stage
:
test_
deploy
image
:
centos:7
script
:
-
yum --nogpgcheck install -y packages/fhs/target/rpmbuild/RPMS/noarch/dcache*.rpm
install_deb
:
stage
:
test_deploy
image
:
ubuntu:20.04
script
:
-
DEBIAN_FRONTEND=noninteractive apt install -f -y packages/fhs/target/dcache_*.deb
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