Fix: Use refspec to push tag and code 06/71606/7 v0.86.1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Apr 2023 22:35:51 +0000 (08:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Apr 2023 07:23:53 +0000 (17:23 +1000)
commit24841a2cd51681e9d066c9e3347970c78e092800
tree3d998f23110c042b808cd44aa99dd0ff02a5d342
parentfff512063d89656316336315bbd7edbbf439b4c1
Fix: Use refspec to push tag and code

The CR 365d0c0fe65 for the ODL release custom bits
uses the GERRIT_BRANCH while pushing the tag and code,
however that does not work returns an error.

error: src refspec stable/chlorine does not match any

Push the code bundle and tag as separate operations.

Issue: RELENG-4696
Change-Id: I62d472b998a2d799990605482e5433fb7c721e5f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/use-gerrit-refspec-3955912de1d9c94f.yaml [new file with mode: 0644]
shell/release-job.sh