Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 5ce6e18

Browse files
committed
chore(release): More delay, prints between tasks
1 parent a4ff57c commit 5ce6e18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ do
6666
$SELF_ROOT/gradlew uploadArchives
6767
done
6868

69+
echo "Closing..."
6970
$SELF_ROOT/gradlew closeRepository
70-
sleep 10
71+
sleep 15
72+
echo "Promoting..."
7173
$SELF_ROOT/gradlew promoteRepository
7274
# Revert flavor to original.
7375
git checkout $SELF_ROOT/algoliasearch/build.gradle

0 commit comments

Comments
 (0)