Closed lldelisle closed 2 months ago
Another unexpected behaviour see https://github.com/galaxyproject/planemo/issues/1478
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.
The bot is saying I should remove the branch, but I have https://github.com/bgruening/galaxytools/pull/1354#issuecomment-2381977815
Yes, this will be solved by https://github.com/planemo-autoupdate/autoupdate/pull/39/commits/3085c45fd793ed293fb8faafbb39a5d6a3ab39b0
May I merge this? @nsoranzo @mvdbeek
Sorry I found again unexpected behaviours: