From adf6f98b6bea7a3b7d32d15450ba594fa3cb8038 Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Wed, 30 Aug 2017 10:55:29 -0700 Subject: [PATCH] Remove duplicate line in gcs_smoke.sh PiperOrigin-RevId: 167017337 --- tensorflow/tools/gcs_test/gcs_smoke.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tensorflow/tools/gcs_test/gcs_smoke.sh b/tensorflow/tools/gcs_test/gcs_smoke.sh index ec7ee4fbb01..69c632f2cf2 100755 --- a/tensorflow/tools/gcs_test/gcs_smoke.sh +++ b/tensorflow/tools/gcs_test/gcs_smoke.sh @@ -65,10 +65,6 @@ echo "Building in temporary directory: ${BUILD_DIR}" cp -r ${SCRIPT_DIR}/* "${BUILD_DIR}"/ || \ die "Failed to copy files to ${BUILD_DIR}" -# Download whl file into the build context directory. -wget -P "${BUILD_DIR}" ${WHL_URL} || \ - die "Failed to download tensorflow whl file from URL: ${WHL_URL}" - DOCKERFILE="${BUILD_DIR}/Dockerfile" if [[ ! -f "${DOCKERFILE}" ]]; then die "ERROR: Cannot find Dockerfile at expected path ${DOCKERFILE}"