From c97b182bb7f686738ee155b1c3e7d132ac9398af Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 5 Mar 2024 14:33:36 -0300 Subject: do not push, just show stat --- contrib/publish-prebuilt-dir.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/publish-prebuilt-dir.sh b/contrib/publish-prebuilt-dir.sh index fcf7ecee8..a636c6de6 100755 --- a/contrib/publish-prebuilt-dir.sh +++ b/contrib/publish-prebuilt-dir.sh @@ -11,4 +11,5 @@ MSG="built from ${COMMIT}" # the prebuilt folder cd prebuilt git commit -m "$MSG" -a -git push +git show --stat +echo "ready to push" -- cgit v1.2.3