Skip to content

Commit

Permalink
Add stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Fiori committed Apr 8, 2016
1 parent d7046af commit 715b183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ stages:
- centos7_release

centos6_release:
stage: centos6_release
image: centos:centos6
script:
- yum -y install gcc make rpm-build python-devel
Expand All @@ -12,6 +13,7 @@ centos6_release:
- ./*.rpm

centos7_release:
stage: centos7_release
image: centos:centos7
script:
- yum -y install gcc make rpm-build python-devel
Expand Down

0 comments on commit 715b183

Please sign in to comment.