Fix ci_parameterized_build.sh

This commit is contained in:
Jonathan Hseu 2017-11-16 10:59:47 -08:00
parent 8933b9d00f
commit 7e2bac6b8d

View File

@ -546,8 +546,8 @@ echo ""
TMP_DIR=""
DOCKERFILE_FLAG=""
if [[ "${TF_BUILD_PYTHON_VERSION}" == "python3.5" ] ||
["${TF_BUILD_PYTHON_VERSION}" == "python3.6" ]]; then
if [[ "${TF_BUILD_PYTHON_VERSION}" == "python3.5" ]] ||
[[ "${TF_BUILD_PYTHON_VERSION}" == "python3.6" ]]; then
# Modify Dockerfile for Python3.5 | Python3.6 build
TMP_DIR=$(mktemp -d)
echo "Docker build will occur in temporary directory: ${TMP_DIR}"