Skip to content

Commit 2c0bf33

Browse files
dduportaltraefiker
authored andcommitted
Update Structor to v1.4.0
1 parent aef24dd commit 2c0bf33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ before_deploy:
3030
make -j${N_MAKE_JOBS} crossbinary-parallel;
3131
tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .;
3232
fi;
33-
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 -;
34-
chmod +x $GOPATH/bin/structor;
33+
curl -sfL https://raw.githubusercontent.com/containous/structor/master/godownloader.sh | bash -s -- -b "${GOPATH}/bin" v1.4.0
3534
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;
3635
fi
3736
deploy:

0 commit comments

Comments
 (0)