Skip to content

Commit 2153cee

Browse files
authored
Don't clean build again when deploying SNAPSHOTS. (#86)
1 parent 9da3e17 commit 2153cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildscript/deploy_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
2222
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
2323
else
2424
echo "Deploying snapshot..."
25-
./gradlew clean build uploadArchives
25+
./gradlew uploadArchives
2626
echo "Snapshot deployed!"
2727
fi

0 commit comments

Comments
 (0)