summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-05 14:33:36 -0300
committerSebastian <sebasjm@gmail.com>2024-03-05 14:33:36 -0300
commitc97b182bb7f686738ee155b1c3e7d132ac9398af (patch)
tree8f8c1e195e69df350fcaa5c36e98750c1b7be255
parentc08822cb82907f72f83d5af0c768e2a3785d8e8d (diff)
downloadwallet-core-c97b182bb7f686738ee155b1c3e7d132ac9398af.tar.gz
wallet-core-c97b182bb7f686738ee155b1c3e7d132ac9398af.tar.bz2
wallet-core-c97b182bb7f686738ee155b1c3e7d132ac9398af.zip
do not push, just show stat
-rwxr-xr-xcontrib/publish-prebuilt-dir.sh3
1 files changed, 2 insertions, 1 deletions
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"