Merge pull request #1102 from tiborvass/fix-update-vendor-buildkit

hack: fix update-vendor script when using PREFER_BUILDCTL=1
docker-19.03
Tõnis Tiigi 2019-07-30 15:04:10 -07:00 committed by GitHub
commit 0816510ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ case $buildmode in
--opt filename=./hack/dockerfiles/vendor.buildkit.Dockerfile \
--output type=local,dest=$output
rm -rf ./vendor
cp -R "$output/out/" .
cp -R "$output"/out/* .
rm -rf $output
;;
*)