Remove noop for tag creation. 59/57959/1
authorAric Gardner <agardner@linuxfoundation.org>
Sat, 26 May 2018 18:53:07 +0000 (14:53 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Sat, 26 May 2018 18:54:07 +0000 (14:54 -0400)
This script is tested, and should now be allowed to create tags.

Change-Id: Ia87341c9cb6397700442a11c38d502fed8dd4743
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/releng/releng-release-tagging.sh

index 10c0cc8..d2ba8cb 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