Revert "Remove noop for tag creation." 61/57961/1
authorAric Gardner <agardner@linuxfoundation.org>
Sat, 26 May 2018 19:10:33 +0000 (19:10 +0000)
committerAric Gardner <agardner@linuxfoundation.org>
Sat, 26 May 2018 19:10:33 +0000 (19:10 +0000)
This reverts commit dc4b9d1ad316e9055ccb3767c4572ad22cbe43a5.

Change-Id: I3bec4ef84dcb7e56d80b4df78b487f7caa931f3e

jjb/releng/releng-release-tagging.sh

index d2ba8cb..10c0cc8 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"
-              git push origin "$tag"
+              echo "[noop] git push origin $tag"
           else
               # For non-merge jobs just output the ref info.
               git show -s --format="%h %s %d" $ref