mirror of https://github.com/status-im/consul.git
test: use docker buildkit backend for envoy integration tests (#12726)
This commit is contained in:
parent
e62275642b
commit
231e5b61e7
|
@ -13,6 +13,8 @@ DEBUG=${DEBUG:-}
|
|||
ENVOY_VERSION=${ENVOY_VERSION:-"1.20.2"}
|
||||
export ENVOY_VERSION
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
if [ ! -z "$DEBUG" ] ; then
|
||||
set -x
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue