Update ci_build.sh
Do not package inside docker container for centos.
This commit is contained in:
parent
5eb617676a
commit
3bf39fcf1f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ fi
|
|||
|
||||
|
||||
|
||||
if [[ "$(uname)" == "Linux" ]]; then
|
||||
if [[ "$OSNAME" == "ubuntu" ]]; then
|
||||
# Set Docker Container name to be unique
|
||||
container_name=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue