Skip to content

Commit

Permalink
Do not append _r35 suffix to other containers
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed May 11, 2019
1 parent 5c0f94a commit 6dcc193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CMAKE_VERSION=$(echo "${CI_DOCKER_BUILD_ARG}" | egrep -o 'CMAKE_VERSION=[0-9]+\.
USE_R35=$(echo "${CI_DOCKER_BUILD_ARG}" | egrep -o 'USE_R35=[0-9]+' | egrep -o '[0-9]+')
if [[ ${USE_R35} == "1" ]]; then
USE_R35="_r35"
else
elif [[ ${USE_R35} == "0" ]]; then
USE_R35="_no_r35"
fi
DOCKER_IMG_NAME=$DOCKER_IMG_NAME$CUDA_VERSION$JDK_VERSION$CMAKE_VERSION$USE_R35
Expand Down

0 comments on commit 6dcc193

Please sign in to comment.