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
dcache-cta
Commits
f56cf9bf
Commit
f56cf9bf
authored
Dec 22, 2021
by
Tigran Mkrtchyan
☕
Browse files
gitlab: fix broken commit
4f447f7c
parent
4f447f7c
Pipeline
#15276
passed with stages
in 3 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f56cf9bf
...
...
@@ -52,7 +52,7 @@ publish_rpm:
-
mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
-
cp target/dcache-cta*.tar.gz rpmbuild/SOURCES
-
rpmbuild -ba --define "_topdir `pwd`/rpmbuild" target/SPECS/dcache-cta.spec
-
PACKAGE=$(ls -1
ls -1
rpmbuild/RPMS/noarch/dcache-cta-*)
-
PACKAGE=$(ls -1 rpmbuild/RPMS/noarch/dcache-cta-*)
-
PACKAGENAME=$(basename ${PACKAGE})
-
VERSION_1=${PACKAGENAME##*-}
-
VERSION=${VERSION_1%.noarch.rpm}
...
...
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