forked from Ivasoft/traefik
Re-think integration vendoring
- remove docker/docker from Traefik vendor (unused) - use `ignore` for all Traefik vendor in integration glide. - defined only integration specific version of the dependencies.
This commit is contained in:
committed by
GitHub
parent
121c057b90
commit
22aceec426
@@ -34,8 +34,9 @@ is_integration_dir() {
|
||||
[[ "$(basename ${CWD})" = 'integration' ]]
|
||||
}
|
||||
|
||||
GLIDE_ARGS+=('--strip-vendor')
|
||||
if ! is_integration_dir; then
|
||||
GLIDE_ARGS+=('--strip-vendor' '--skip-test')
|
||||
GLIDE_ARGS+=('--skip-test')
|
||||
fi
|
||||
|
||||
if ! type glide > /dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user