Fix release tagging noop 43/58843/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 20 Jun 2018 23:10:20 +0000 (16:10 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 20 Jun 2018 23:10:20 +0000 (16:10 -0700)
When the release job runs to tag the repos it should push the tags back
to Gerrit. This was originally a 'noop' for testing.

Change-Id: Ifbecbccda1ae123c7b8f0d59eefa727784d10acd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/releng-release-tagging.sh

index 10c0cc8..e1b9351 100644 (file)
@@ -57,7 +57,7 @@ for release_file in $RELEASE_FILES; do
               echo "--> Creating $tag tag for $repo at $ref"
               git tag -am "$tag" $tag $ref
               echo "--> Pushing tag"
-              echo "[noop] git push origin $tag"
+              git push origin $tag
           else
               # For non-merge jobs just output the ref info.
               git show -s --format="%h %s %d" $ref