Skip to content

Commit

Permalink
fix: Add epel to install jq (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored Sep 3, 2020
1 parent 5436589 commit 305b0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cico_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ load_jenkins_vars() {
prep() {
yum -y update
# install latest version of git
yum -y install epel-release
yum -y install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
yum -y install make git gcc-c++ bzip2 fontconfig jq
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
Expand Down

0 comments on commit 305b0fe

Please sign in to comment.