From ee64794a305c9ffbbdbf4e0cc51cf2d7c7d02df6 Mon Sep 17 00:00:00 2001 From: Mustafa Arici Date: Tue, 29 Aug 2017 16:13:42 +0300 Subject: [PATCH] chore(ci): fix build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index dbadcd9..5ddb110 100755 --- a/build.sh +++ b/build.sh @@ -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