Match case of GDB repo name for external CI (#3171)

* Match case of repo name for external CI
This commit is contained in:
Joseph Macaranas
2024-05-29 09:58:04 -04:00
committed by GitHub
parent 97129c0972
commit cd5c6768d7
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ trigger: none
pr: none
jobs:
- template: ${{ variables.CI_COMPONENT_PATH }}/rocgdb.yml
- template: ${{ variables.CI_COMPONENT_PATH }}/ROCgdb.yml
parameters:
checkoutRepo: release_repo
checkoutRef: ${{ parameters.checkoutRef }}