mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Merge pull request #82 from YunoHost-Apps/skip-auto-backup
skip-auto-backup
This commit is contained in:
commit
12bc215c76
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,9 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
|||
then
|
||||
ynh_script_progression --message="Setting up source files..." --weight=200
|
||||
|
||||
# To avoid the automatic backup, already performed by YunoHost: https://docs.gitlab.com/omnibus/update/#updating-methods
|
||||
touch $config_path/skip-auto-backup
|
||||
|
||||
current_version=$(grep gitlab-ce /opt/gitlab/version-manifest.txt | cut -d' ' -f2)
|
||||
|
||||
# Load the last available version
|
||||
|
|
Loading…
Reference in a new issue