mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Fix CI
This commit is contained in:
parent
b81e15a3d0
commit
205fb311b9
2 changed files with 13 additions and 1 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue