Browse Source

chore(ci): fix build.sh

Mustafa Arici 8 năm trước cách đây
mục cha
commit
ee64794a30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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