Remove dind in ci tests (#8529)

This commit is contained in:
Ricardo Katz 2022-05-01 17:13:24 -03:00 committed by GitHub
parent 6d9a39eda7
commit 4cc0099eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,9 +62,6 @@ else
PLATFORM_FLAG=
fi
if [[ "$DOCKER_IN_DOCKER_ENABLED" == "true" ]]; then
/bin/bash -c "${FLAGS}"
else
docker run \
${PLATFORM_FLAG} ${PLATFORM} \
--tty \
@ -81,4 +78,3 @@ else
-w "/go/src/${PKG}" \
-u $(id -u ${USER}):$(id -g ${USER}) \
${E2E_IMAGE} /bin/bash -c "${FLAGS}"
fi