From 3bf39fcf1fbec42b28df07ddef61b20185d38e19 Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Thu, 24 Dec 2015 21:38:45 -0800 Subject: [PATCH] Update ci_build.sh Do not package inside docker container for centos. --- scripts/ci_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""