Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Don't clean build again when deploying SNAPSHOTS. (vanniktech#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Aug 20, 2017
1 parent 2563689 commit 1ad30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildscript/deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
else
echo "Deploying snapshot..."
./gradlew clean build uploadArchives
./gradlew uploadArchives
echo "Snapshot deployed!"
fi

0 comments on commit 1ad30a1

Please sign in to comment.