Skip to content

Commit

Permalink
Add snapshot upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
llbit committed Jul 7, 2017
1 parent 948fb69 commit 01a6b76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upload-snapshot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

if gradle jar | grep 'Building snapshot'; then
echo 'Uploading SNAPSHOT'
gradle uploadArchives
fi

0 comments on commit 01a6b76

Please sign in to comment.