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
akiraohgaki
ocs-url
Commits
76776579
Commit
76776579
authored
Mar 10, 2019
by
akiraohgaki
Browse files
CI job
parent
e9b34b39
Pipeline
#313
failed with stage
in 11 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
76776579
...
...
@@ -24,12 +24,12 @@ fedora_rpm:
-
./scripts/package fedora_rpm
artifacts
:
paths
:
-
build_*/ocs-url*.rpm
-
build_*/
RPMS/x86_64/
ocs-url*.rpm
expire_in
:
2 days
opensuse_rpm
:
stage
:
build
image
:
opensuse:42.
1
image
:
opensuse:42.
3
only
:
-
master
-
/^release\-.+/
...
...
@@ -37,7 +37,7 @@ opensuse_rpm:
-
./scripts/package opensuse_rpm
artifacts
:
paths
:
-
build_*/ocs-url*.rpm
-
build_*/
RPMS/x86_64/
ocs-url*.rpm
expire_in
:
2 days
archlinux_pkg
:
...
...
scripts/package
View file @
76776579
...
...
@@ -55,7 +55,7 @@ build_fedora_rpm() {
rpmbuild
--define
"_topdir
${
BUILDDIR
}
"
-bb
"
${
BUILDDIR
}
/SPECS/
${
PKGNAME
}
.spec"
}
opensuse_rpm
()
{
# docker-image: opensuse:42.
1
opensuse_rpm
()
{
# docker-image: opensuse:42.
3
install_build_deps_opensuse_rpm
add_pkguser
su
-c
"export HOME=/home/
${
PKGUSER
}
&& "
${
PKGSCRIPT
}
" build_opensuse_rpm"
${
PKGUSER
}
...
...
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