Skip to content

Commit

Permalink
Skip publishing to Artifactory on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Mar 26, 2019
1 parent dcfec49 commit 256c771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ elif [ $CIRCLE_TAG ]; then
./gradlew -Prelease.disableGitChecks=true -Prelease.useLastTag=true candidate $SWITCHES -x release
;;
*)
./gradlew -Prelease.disableGitChecks=true -Prelease.useLastTag=true final $SWITCHES -x release
./gradlew -Prelease.disableGitChecks=true -Prelease.useLastTag=true final $SWITCHES -x release -x artifactoryPublish
;;
esac
else
Expand All @@ -28,4 +28,4 @@ fi

EXIT=$?

exit $EXIT
exit $EXIT

0 comments on commit 256c771

Please sign in to comment.