Skip to content

Implement inputs interpolation for CI Templates / CI Components

What does this MR do and why?

This MR implement inputs interpolation for CI Template / CI components. Example:

deploy-$[[ inputs.env ]]:
  stage: $[[ inputs.stage ]]
  script: deploy $[[ inputs.env ]]

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Grzegorz Bizon

Merge request reports

Loading