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`
_.gitlab-ci.yml_
```
include:
- component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@2
- component: $CI_SERVER_FQDN/acc/iac/release-workflow/ci-gradle@2
inputs:
rules:
- when: manual
......@@ -19,7 +19,7 @@ Another way to customize is to redefine the job after include with additional co
_.gitlab-ci.yml_
```
include:
- component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@2
- component: $CI_SERVER_FQDN/acc/iac/release-workflow/ci-gradle@2
ci-gradle:
rules:
......
......