traefik/script
Timo Reimann 04a1ecc4f4 Evaluate glide-hash result without reading $?.
validate-glide is called with errexit enabled (in script/make.sh that
sources validate-glide), which means that grep returning a non-zero exit
code will cause the script to terminate prematurely. Thus, we will never
get to the point where we see the error message.

The fix is to embed the grep check directly inside the if statement.
2017-03-02 18:49:13 +01:00
..
.validate Transfer emilevauge/traefik to containous/traefik 2016-02-24 17:38:36 +01:00
binary Fixed binary script so traefik version command doesn't just print default values 2016-08-05 09:19:45 -04:00
ca-certificates.crt Corrects https://github.com/EmileVauge/traefik/issues/21 2015-09-25 17:46:52 +02:00
crossbinary Add OpenBSD to script/crossbinary 2017-02-03 12:02:20 +01:00
deploy-docker.sh Use deployment primitives from travis 2017-01-23 15:52:28 +01:00
deploy.sh Use deployment primitives from travis 2017-01-23 15:52:28 +01:00
generate Update building stuff 2015-09-15 23:09:48 +02:00
make.sh Add a all target than runs default tasks 2015-10-30 09:11:43 +01:00
test-integration Use deployment primitives from travis 2017-01-23 15:52:28 +01:00
test-unit Don't run go test on .glide cache folder 2017-01-23 15:43:24 +01:00
validate-errcheck add errcheck validation 2016-03-23 16:39:09 +01:00
validate-glide Evaluate glide-hash result without reading $?. 2017-03-02 18:49:13 +01:00
validate-gofmt Update package management with Glide 2015-10-13 22:56:44 +02:00
validate-golint Add validate-golint target and script … 2015-11-06 18:11:57 +01:00
validate-govet Update package management with Glide 2015-10-13 22:56:44 +02:00
validate-misspell Validate misspellings in documentation 2016-11-16 09:50:20 +00:00