Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Fiori committed Apr 8, 2016
1 parent a720dea commit 6f3c83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ centos6_release:
stage: centos6_release
image: centos:centos6
script:
- yum -y install gcc make rpm-build python-devel
- yum -y install git gcc make rpm-build python-devel
- make rpm-release
artifacts:
paths:
Expand All @@ -16,7 +16,7 @@ centos7_release:
stage: centos7_release
image: centos:centos7
script:
- yum -y install gcc make rpm-build python-devel
- yum -y install git gcc make rpm-build python-devel
- make rpm-release
artifacts:
paths:
Expand Down

0 comments on commit 6f3c83e

Please sign in to comment.