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

Commit

Permalink
Change task execution in deploy_snaphot
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Dec 6, 2015
1 parent 2be65d9 commit be521d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildscript/deploy_snapshot.sh
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 jacocoReport
./gradlew clean build uploadArchives
echo "Snapshot deployed!"
fi

0 comments on commit be521d3

Please sign in to comment.