From 2c0bf335ba46f2d608711e1e2cfca0b64caa5afa Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Wed, 20 Feb 2019 13:50:03 +0100 Subject: [PATCH] Update Structor to v1.4.0 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2680b1e9e..334150add 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,7 @@ before_deploy: make -j${N_MAKE_JOBS} crossbinary-parallel; tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .; fi; - curl -sI https://github.com/containous/structor/releases/latest | grep -Fi Location | tr -d '\r' | sed "s/tag/download/g" | awk -F " " '{ print $2 "/structor_linux-amd64"}' | wget --output-document=$GOPATH/bin/structor -i -; - chmod +x $GOPATH/bin/structor; + curl -sfL https://raw.githubusercontent.com/containous/structor/master/godownloader.sh | bash -s -- -b "${GOPATH}/bin" v1.4.0 structor -o containous -r traefik --dockerfile-url="https://raw.githubusercontent.com/containous/traefik/master/docs.Dockerfile" --menu.js-url="https://raw.githubusercontent.com/containous/structor/master/traefik-menu.js.gotmpl" --rqts-url="https://raw.githubusercontent.com/containous/structor/master/requirements-override.txt" --exp-branch=master --debug; fi deploy: