mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
46e230b586
Download failed in some CI builds for some reason [1], while it worked for previous builds [2]. I would assume it's transient download errors. Adding `--tries 3` to the wget commands to retry the downloads should fix the issue. Also replaced `--quiet` with `--no-verbose` to be terser than default but still get error information when it fails. [1] https://github.com/opf/openproject-flavours/actions/runs/17911001201 and https://github.com/opf/openproject-flavours/actions/runs/17910946720/job/50922134721 [2] https://github.com/opf/openproject-flavours/actions/runs/17910953231/job/50922155467