stack/erp5: include missing patches for scripts __code__
This fixes regression when updating instances caused by 4fa33dfc (erp5: py3: `func_{code,defaults}` was replaced in Python3 by `__{code,defaults}__`., 2022-04-25)
This fixes regression when updating instances caused by 4fa33dfc (erp5: py3: `func_{code,defaults}` was replaced in Python3 by `__{code,defaults}__`., 2022-04-25)
You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the needs:
keyword to establish job dependencies in your CI/CD pipelines. Learn how to speed up your pipeline with needs.