From time to time scripts operating in .gitlab-ci need to make changes to JSON, YAML, and XML files based on current
https://git.drupalcode.org/project/quasar_build/-/blob/7fc317ea6df9072e5...
https://git.drupalcode.org/project/gitlab_templates/-/commit/61563ab8de2...
(this could be simplified to a single command cat input.xml| xq-python -x 'del(.phpunit.source)' > output.xml
)
add jq(provides jq) and yq(provides yq and xq-python, depends upon jq) to base images to allow manipulating files as part of build process.
jq, yq and xq-python will be available on the images.
Active
PHP Containers