Skip to content

Commit

Permalink
Don't clean build again when deploying SNAPSHOTS. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Aug 20, 2017
1 parent 80c22a7 commit 2f64466
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 uploadArchives
./gradlew uploadArchives
echo "Snapshot deployed!"
fi

0 comments on commit 2f64466

Please sign in to comment.