Update CI Components authored by Slominski, Ryan's avatar Slominski, Ryan
......@@ -7,9 +7,9 @@ A reusable and configurable automated build and test job for your project.
1. Choose a component based on project language:
- [Java build/test via Gradle](https://code.jlab.org/accelerator/iac/release-workflow/-/tree/main/templates/ci-gradle)
- [C/C++ build/test via CMake](https://code.jlab.org/accelerator/iac/release-workflow/-/tree/main/templates/ci-cmake)
- [Python build/test via pytest](https://code.jlab.org/accelerator/iac/release-workflow/-/tree/main/templates/ci-pytest)
- [Java build/test via Gradle](https://code.jlab.org/acc/iac/release-workflow/-/tree/main/templates/ci-gradle)
- [C/C++ build/test via CMake](https://code.jlab.org/acc/iac/release-workflow/-/tree/main/templates/ci-cmake)
- [Python build/test via pytest](https://code.jlab.org/acc/iac/release-workflow/-/tree/main/templates/ci-pytest)
2. Now ensure `test` stage is configured in `.gitlab-ci.yml`:
......@@ -44,7 +44,7 @@ stages:
- when: manual
```
See: [Customizing Components](https://code.jlab.org/accelerator/iac/release-workflow/-/wikis/Customizing-Components)
See: [Customizing Components](https://code.jlab.org/acc/iac/release-workflow/-/wikis/Customizing-Components)
......
......