1
0
Fork 0
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:
bourreP 2019-01-05 15:23:06 +01:00 committed by GitHub
commit e4f6f32b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 8 deletions

View file

@ -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

View file

@ -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;

View file

@ -131,7 +131,7 @@ fi
# RELOAD NGINX
#=================================================
service nginx reload
systemctl reload nginx
#=================================================
# SETUP LOGROTATE

View file

@ -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;

View file

@ -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"