瀏覽代碼

chore(ci): fix build.sh

Mustafa Arici 8 年之前
父節點
當前提交
ee64794a30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.sh

+ 1 - 1
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