From: Ravi Pendurty Date: Mon, 13 Oct 2025 15:13:44 +0000 (+0530) Subject: fix repo name for checkout X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=dc0930e26ff9e59e1446955c6eb153904954a188;p=oam%2Foam-controller.git fix repo name for checkout fix repo name for checkout Issue-ID: OAM-520 Change-Id: I95ea41c943749c66b3e9c26d726bdbf4df196b02 Signed-off-by: Ravi Pendurty --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 02893e3..40d2091 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -98,7 +98,7 @@ jobs: DOCKER_ARTIFACTS_TO_SAVE: "o-ran-sc/oam-oam-controller/sdnr-image:latest o-ran-sc/oam-oam-controller/sdnr-web-image:latest" deploy-test: - needs: [maven-verify] + needs: [maven-verify, sanitize] runs-on: ubuntu-latest steps: - name: Download docker artifacts @@ -117,7 +117,7 @@ jobs: with: gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }} gerrit-url: ${{ vars.GERRIT_URL }} - repository: ${{ inputs.GERRIT_PROJECT }} + repository: ${{ github.repository_owner }}/${{ needs.sanitize.outputs.sanitized_project }} delay: "0s" - name: Display structure of checkedout files