Skip to content

Commit

Permalink
Remove dind in ci tests (kubernetes#8529)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored May 1, 2022
1 parent 6d9a39e commit 4cc0099
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ else
PLATFORM_FLAG=
fi

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

0 comments on commit 4cc0099

Please sign in to comment.