Skip to content

Commit a31ec06

Browse files
committed
Update Release Script to Use Cowsay
Because it's delightful
1 parent 426152d commit a31ec06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release/wait-for-done.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
type cowsay >/dev/null 2>&1 || cowsay() { :; }
4+
35
VERSION=$1
4-
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-core/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"
6+
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-core/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded" && cowsay "It is now uploaded"

0 commit comments

Comments
 (0)