Commit 68c247b8 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'add-rhel8-build-ci' into 'develop'

[CI] adding rhel build

See merge request oai/cn5g/oai-cn5g-smf!55
parents 80ce0285 726cd246
...@@ -39,7 +39,7 @@ case "$OS_DISTRO" in ...@@ -39,7 +39,7 @@ case "$OS_DISTRO" in
ubuntu) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;; ubuntu) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;;
esac esac
IS_CONTAINER=`egrep -c "docker|kubepods|podman" /proc/self/cgroup` IS_CONTAINER=`egrep -c "docker|kubepods|podman|buildah|libpod" /proc/self/cgroup || true`
if [ $IS_CONTAINER -eq 0 ] if [ $IS_CONTAINER -eq 0 ]
then then
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment