diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 7c4658b..0000000 --- a/deploy.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -./gradlew uploadArchives -PsonatypeUsername="${SONATYPE_USERNAME}" -PsonatypePassword="${SONATYPE_PASSWORD}" -i -s -RETVAL=$? - -if [ $RETVAL -eq 0 ]; then - echo 'Completed publish!' -else - echo 'Publish failed.' - return 1 -fi |