diff --git a/kokoro/scripts/presubmit.sh b/kokoro/scripts/presubmit.sh index c80a3d2c2..36c73035b 100644 --- a/kokoro/scripts/presubmit.sh +++ b/kokoro/scripts/presubmit.sh @@ -25,9 +25,6 @@ if [[ -v KOKORO_ARTIFACTS_DIR ]]; then cd "${KOKORO_ARTIFACTS_DIR}/git/buildpacks" use_bazel.sh 5.4.0 - # Move docker storage location to scratch disk so we don't run out of space. - echo 'DOCKER_OPTS="${DOCKER_OPTS} --data-root=/tmpfs/docker"' | sudo tee --append /etc/default/docker - sudo service docker restart else export KOKORO_ARTIFACTS_DIR="$(mktemp -d)" echo "Setting KOKORO_ARTIFACTS_DIR=$KOKORO_ARTIFACTS_DIR"