diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh index f8fbfcbea..af9d4c873 100755 --- a/scripts/ci_build.sh +++ b/scripts/ci_build.sh @@ -30,7 +30,7 @@ fi -if [[ "$(uname)" == "Linux" ]]; then +if [[ "$OSNAME" == "ubuntu" ]]; then # Set Docker Container name to be unique container_name=""