planemo-autoupdate / autoupdate

4 stars 6 forks source link

Improve autoupdate round 4 #39

Closed lldelisle closed 2 months ago

lldelisle commented 2 months ago

Sorry I found again unexpected behaviours:

lldelisle commented 2 months ago

Another unexpected behaviour see https://github.com/galaxyproject/planemo/issues/1478

lldelisle commented 2 months ago

Another 'failure': because of | tee to write stderr to file, the exit code of this command is always 0, even if the planemo autoupdate had an exit code of 1. I added set -o pipefail to keep an exit code of 1.

bgruening commented 2 months ago

The bot is saying I should remove the branch, but I have https://github.com/bgruening/galaxytools/pull/1354#issuecomment-2381977815

lldelisle commented 2 months ago

Yes, this will be solved by https://github.com/planemo-autoupdate/autoupdate/pull/39/commits/3085c45fd793ed293fb8faafbb39a5d6a3ab39b0

lldelisle commented 2 months ago

May I merge this? @nsoranzo @mvdbeek