Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Update release script to ensure deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Jul 24, 2018
1 parent 72e7c28 commit 09eb99e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release/release.sh
Expand Up @@ -59,10 +59,9 @@ chmod og-rwx /root/.gnupg
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
export GPG_TTY=/dev/console
export TMPDIR=/tmp
git tag -a $tag_name -m "$tag_comment" -s
./gradlew build :dokka :javadoc
./gradlew sign
./gradlew deploy publishSite
git tag -a $tag_name -m "$tag_comment" -s
BINTRAY_DEPLOY=true ./gradlew sign deploy publishSite
git push origin $git_branch --tags
EOF
chmod +x $builddir/run_release.sh
Expand Down

0 comments on commit 09eb99e

Please sign in to comment.