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

trying to fix upgrade (#105)

* trying to fix upgrade

* forgotten =1

* Update tests.toml

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
OniriCorpe 2024-02-13 01:03:30 +01:00 committed by GitHub
parent 9b2ee94f7d
commit 1aded142eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

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

View file

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