Browse Source

Release Scripts

Added a script for polling Maven Central to notify when release is
uploaded.
pull/6901/head
Josh Cummings 7 years ago
parent
commit
e8b7d6b03a
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 4
      scripts/release/wait-for-done

4
scripts/release/wait-for-done

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
#!/bin/bash
VERSION=$1
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/security/spring-security-core/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"
Loading…
Cancel
Save