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:
parent
9b2ee94f7d
commit
1aded142eb
2 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue