Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Adam Mercer
Koji Packager
Commits
e27d56cb
Commit
e27d56cb
authored
May 14, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ci-cleanups' into 'master'
CI Cleanups See merge request adam-mercer/koji-packager!3
parents
eb97b0d3
a44492f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
e27d56cb
...
...
@@ -13,8 +13,8 @@ cache:
paths
:
-
.cache/pip
.install-epel7
:
&install-epel7
|
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
.install-epel7
:
&install-epel7
yum ${YUM_OPTS} install epel-release
# -- lint -------------------
...
...
@@ -48,7 +48,7 @@ dist:tarball:
# -- build ------------------
.yum-install-build-deps
:
&yum-install-build-deps
|
.yum-install-build-deps
:
&yum-install-build-deps
yum ${YUM_OPTS} install yum-utils rpm-build python3-rpm-macros
.build:el: &build-rhel
...
...
@@ -74,7 +74,7 @@ dist:tarball:
build:el7:
<<
:
*build-rhel
image
:
centos:centos
7
image
:
ligo/base:el
7
before_script
:
-
*install-epel7
-
*yum-install-build-deps
...
...
@@ -112,7 +112,7 @@ test:python3.7:
test:el7:
<<
:
*test
image
:
centos:centos
7
image
:
ligo/base:el
7
dependencies
:
-
build:el7
before_script
:
...
...
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