aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/gcs_test
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-08-30 10:55:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-30 10:59:12 -0700
commitadf6f98b6bea7a3b7d32d15450ba594fa3cb8038 (patch)
treeab0542e0702aae6d449ffbf75d6d78fae4eb7df0 /tensorflow/tools/gcs_test
parent48e3b625410d4854296c6ddc8a2b102d25e483ba (diff)
Remove duplicate line in gcs_smoke.sh
PiperOrigin-RevId: 167017337
Diffstat (limited to 'tensorflow/tools/gcs_test')
-rwxr-xr-xtensorflow/tools/gcs_test/gcs_smoke.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/tools/gcs_test/gcs_smoke.sh b/tensorflow/tools/gcs_test/gcs_smoke.sh
index ec7ee4fbb0..69c632f2cf 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}"