mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Merge pull request #16 from YunoHost-Apps/testing
Upgrade to 11.6.2, fix CI, and add tests for backup and restore
This commit is contained in:
commit
e4f6f32b47
5 changed files with 21 additions and 8 deletions
|
@ -16,10 +16,11 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
backup_restore=0
|
||||
upgrade=1 from_commit=695e9972d8e71d3e391629547b580481a56c45c1
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
incorrect_path=1
|
||||
port_already_use=0
|
||||
port_already_use=1 (8080)
|
||||
change_url=1
|
||||
;;; Levels
|
||||
Level 1=auto
|
||||
|
|
|
@ -116,4 +116,10 @@ fi
|
|||
# RELOAD NGINX
|
||||
#=================================================
|
||||
|
||||
service nginx reload
|
||||
systemctl reload nginx
|
||||
|
||||
#Fix for the CI
|
||||
if sudo grep -qa container=lxc /proc/1/environ;
|
||||
then
|
||||
sleep 60;
|
||||
fi;
|
|
@ -131,7 +131,7 @@ fi
|
|||
# RELOAD NGINX
|
||||
#=================================================
|
||||
|
||||
service nginx reload
|
||||
systemctl reload nginx
|
||||
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
|
|
|
@ -94,4 +94,10 @@ fi
|
|||
#=================================================
|
||||
|
||||
# Reload nginx service
|
||||
service nginx reload
|
||||
systemctl reload nginx
|
||||
|
||||
#Fix for the CI
|
||||
if sudo grep -qa container=lxc /proc/1/environ;
|
||||
then
|
||||
sleep 60;
|
||||
fi;
|
|
@ -1,5 +1,5 @@
|
|||
gitlab_version="11.6.0"
|
||||
gitlab_version="11.6.2"
|
||||
|
||||
gitlab_x86_64_source_sha256="040ac5917d71c45b3fbdeccbeaf2e7b3181fcce0ed9ca65ac68d3d15081b8b02"
|
||||
gitlab_x86_64_source_sha256="4a0efa976579c91d8f34d8c91b44bf7d4e76957552ecc603fea72f88043d54fc"
|
||||
|
||||
gitlab_arm_source_sha256="18d385af2a59fb37c6282298ccb7bbbf091d8ff39fbcde581226e35d5f3792dc"
|
||||
gitlab_arm_source_sha256="8e892bb387c481736aeb61570d23cfa902c63a0deafc0af5618ec7a9aec71c84"
|
||||
|
|
Loading…
Reference in a new issue