Skip to content

Commit

Permalink
chore(ci): fix build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Arici committed Aug 29, 2017
1 parent 800dbd2 commit ee64794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "travis tag: $TRAVIS_TAG"
echo "travis go version: $TRAVIS_GO_VERSION"

# deps
#rpm --import https://mirror.go-repo.io/fedora/RPM-GPG-KEY-GO-REPO
rpm --import https://mirror.go-repo.io/fedora/RPM-GPG-KEY-GO-REPO
curl -s https://mirror.go-repo.io/fedora/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo
yum -y install golang ruby ruby-devel gcc make redhat-rpm-config git rpm-build rpmdevtools createrepo reprepro
gem install fpm
Expand Down

0 comments on commit ee64794

Please sign in to comment.