Skip to content

Commit

Permalink
Install epel release first jq later.
Browse files Browse the repository at this point in the history
jq comes from epel-release.
  • Loading branch information
ahakanbaba committed Oct 11, 2018
1 parent ba44ae3 commit 8181d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
# TODO: enable spell checker
command: |
rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-7.noarch.rpm \
&& yum -y install epel-release gcc automake autoconf pkgconfig make \
&& yum -y install epel-release \
&& yum -y install gcc automake autoconf pkgconfig make \
libxml2-devel jansson-devel libyaml-devel findutils \
puppet-agent-5.5.6-1.el7 jq || :
- run:
Expand Down

0 comments on commit 8181d5c

Please sign in to comment.