Explorar el Código

HUE-8888 [ci] Set muffet crawler explicitly to a certain version

As currently failing with default v2
Romain hace 5 años
padre
commit
f972a25ee7
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      .circleci/config.yml

+ 4 - 3
.circleci/config.yml

@@ -91,9 +91,10 @@ jobs:
             cd ~/repo
 
             # Installs to move to image building
-            curl -O https://dl.google.com/go/go1.11.linux-amd64.tar.gz
-            tar -xvf go1.11.linux-amd64.tar.gz
-            go/bin/go get -u github.com/raviqqe/muffet
+            curl -O https://dl.google.com/go/go1.15.linux-amd64.tar.gz
+            tar -xvf go1.15.linux-amd64.tar.gz
+            export GO111MODULE=on
+            go/bin/go get -u github.com/raviqqe/muffet@v1.5.7
 
             curl --output hugo_0.69.0_Linux-64bit.tar.gz -L https://github.com/gohugoio/hugo/releases/download/v0.69.0/hugo_0.69.0_Linux-64bit.tar.gz
             tar -xvf hugo_0.69.0_Linux-64bit.tar.gz