Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
bb2d6f14
Commit
bb2d6f14
authored
Mar 09, 2020
by
Georgios Bitzes
Browse files
Use custom docker image with /eos for RPM publishing step
parent
2c847d18
Pipeline
#1474222
failed with stages
in 51 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bb2d6f14
...
...
@@ -108,16 +108,18 @@ fedora-tsan-test:
rpms
:
stage
:
publish
image
:
gitlab-registry.cern.ch/eos/
quarkdb/build-image-cc7
image
:
gitlab-registry.cern.ch/eos/
gitlab-eos/cc7:latest
dependencies
:
-
cc7
-
c8
-
fedora
script
:
-
ls -l /eos
-
for platform in cc7 c8 fedora; do sudo -u stci -H packaging/repo-manager.py --action add --base /eos/project/s/storage-ci/www/quarkdb --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
-
automount
-
echo "$STCI_PASSWORD" | kinit stci
-
eosfusebind
-
for platform in cc7 c8 fedora; do packaging/repo-manager.py --action add --base /eos/project/s/storage-ci/www/quarkdb --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
tags
:
-
docker-
cc7
-
docker-
privileged
retry
:
2
only
:
-
branches@eos/quarkdb
...
...
Write
Preview
Supports
Markdown
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