Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #110 from launchdarkly/release-script
Browse files Browse the repository at this point in the history
do not run unit tests in release
  • Loading branch information
eli-darkly authored Jan 31, 2018
2 parents 2accbda + 168e16b commit f6dbfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ rm -f gradle.properties.bak
sed -i.bak "s/<version>.*<\/version>/<version>${VERSION}<\/version>/" README.md
rm -f README.md.bak

./gradlew clean test install sourcesJar javadocJar uploadArchives closeAndReleaseRepository
./gradlew clean install sourcesJar javadocJar uploadArchives closeAndReleaseRepository
./gradlew publishGhPages
echo "Finished java-client release."

0 comments on commit f6dbfd3

Please sign in to comment.