Update Customizing Components authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -7,7 +7,7 @@ The components provide override-able default values as inputs for `job`, `stage` ...@@ -7,7 +7,7 @@ The components provide override-able default values as inputs for `job`, `stage`
_.gitlab-ci.yml_ _.gitlab-ci.yml_
``` ```
include: include:
- component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@v1 - component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@2
inputs: inputs:
rules: rules:
- when: manual - when: manual
...@@ -19,7 +19,7 @@ Another way to customize is to redefine the job after include with additional co ...@@ -19,7 +19,7 @@ Another way to customize is to redefine the job after include with additional co
_.gitlab-ci.yml_ _.gitlab-ci.yml_
``` ```
include: include:
- component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@v1 - component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@2
ci-gradle: ci-gradle:
rules: rules:
... ...
......