[17:31:04]
<thomas> Full log of the test is here: https://ci-apps-dev.yunohost.org/ci/logs/12559.log
[18:18:54]
<thomas> Okay, I think I've got it. The upgrade script has the following line:
ynh_safe_rm $install_dir
And I'm guessing that the composer resources installs composer.phar before the script is even launched.
[18:19:59]
<thomas> Getting rid of the rm is probably the best way to go. I'll try something like this:
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep="composer.phar"
[18:48:38]
<thomas> Yup, that should do the trick!
[19:11:49]
<thomas> All good 🥳🎉