1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Pierre Bourré 2019-01-05 11:12:03 +01:00
parent b81e15a3d0
commit 205fb311b9
2 changed files with 13 additions and 1 deletions

View file

@ -116,4 +116,10 @@ fi
# RELOAD NGINX
#=================================================
service nginx reload
service nginx reload
#Fix for the CI
if sudo grep -qa container=lxc /proc/1/environ;
then
sleep 10;
else

View file

@ -95,3 +95,9 @@ fi
# Reload nginx service
service nginx reload
#Fix for the CI
if sudo grep -qa container=lxc /proc/1/environ;
then
sleep 10;
else