mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
travis: Exclude Godeps from gofmt validation.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@ install:
|
||||
mkdir -pv "$DOCKER_PATH/project/make";
|
||||
( cd "$DOCKER_PATH/project/make" && wget -c 'https://raw.githubusercontent.com/docker/docker/master/project/make/'{.validate,validate-dco,validate-gofmt} );
|
||||
sed -i 's!docker/docker!docker/swarm!' "$DOCKER_PATH/project/make/.validate";
|
||||
sed -i 's!\^vendor/!\^Godeps/!' "$DOCKER_PATH/project/make/validate-gofmt";
|
||||
fi
|
||||
# cross-compile the Go toolchain for the GOOS/GOARCH combo we're testing
|
||||
- if [ -z "$TRAVIS_GLOBAL_WTF" ]; then
|
||||
|
||||
Reference in New Issue
Block a user