Merge pull request #846 from surajnarwade/buildv3

Added support for build key in v3
This commit is contained in:
Charlie Drage
2017-11-30 09:06:32 -05:00
committed by GitHub
323 changed files with 28990 additions and 66981 deletions
+9
View File
@@ -112,6 +112,15 @@ test-image:
test-container:
docker run -v `pwd`:/opt/tmp/kompose:ro -it $(TEST_IMAGE)
# Update vendoring
# Vendoring is a bit messy right now
.PHONY: vendor-update
vendor-update:
glide update --strip-vendor
glide-vc --only-code --no-tests
find ./vendor/github.com/docker/distribution -type f -exec sed -i 's/Sirupsen/sirupen/g' {} \;
.PHONE: test-k8s
test-k8s:
./script/test_k8s/test.sh