1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Merge branch 'testing' into cleaning

This commit is contained in:
OniriCorpe 2024-02-13 01:05:43 +01:00 committed by GitHub
commit a40a5b131a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -26,7 +26,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=4 ynh_script_progression --message="Upgrading source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env" ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env" --full_replace=1
fi fi
chmod 750 "$install_dir/bootstrap/cache" chmod 750 "$install_dir/bootstrap/cache"

View file

@ -2,6 +2,8 @@ test_format = 1.0
[default] [default]
# ------------ # -------------------------------
# Tests to run # Commits to test upgrade from
# ------------ # -------------------------------
test_upgrade_from.fc44c0a853aeaebb4854a3271a4d0c86a3d61bfc.name = "Upgrade from 5.1.2"