Fix ci_parameterized_build.sh
This commit is contained in:
parent
8933b9d00f
commit
7e2bac6b8d
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user