Fix ci_parameterized_build.sh
This commit is contained in:
parent
8933b9d00f
commit
7e2bac6b8d
@ -546,8 +546,8 @@ echo ""
|
|||||||
|
|
||||||
TMP_DIR=""
|
TMP_DIR=""
|
||||||
DOCKERFILE_FLAG=""
|
DOCKERFILE_FLAG=""
|
||||||
if [[ "${TF_BUILD_PYTHON_VERSION}" == "python3.5" ] ||
|
if [[ "${TF_BUILD_PYTHON_VERSION}" == "python3.5" ]] ||
|
||||||
["${TF_BUILD_PYTHON_VERSION}" == "python3.6" ]]; then
|
[[ "${TF_BUILD_PYTHON_VERSION}" == "python3.6" ]]; then
|
||||||
# Modify Dockerfile for Python3.5 | Python3.6 build
|
# Modify Dockerfile for Python3.5 | Python3.6 build
|
||||||
TMP_DIR=$(mktemp -d)
|
TMP_DIR=$(mktemp -d)
|
||||||
echo "Docker build will occur in temporary directory: ${TMP_DIR}"
|
echo "Docker build will occur in temporary directory: ${TMP_DIR}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user