Skip to content

Commit

Permalink
Remove buildSamples from tasks run during staging
Browse files Browse the repository at this point in the history
See gh-852
  • Loading branch information
wilkinsona committed Oct 17, 2022
1 parent 702c9ad commit 7520be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git add gradle.properties > /dev/null
git commit -m"Release v$stageVersion" > /dev/null
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null

./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build buildSamples publishAllPublicationsToDeploymentRepository
./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository

git reset --hard HEAD^ > /dev/null
if [[ $nextVersion != $snapshotVersion ]]; then
Expand Down

0 comments on commit 7520be5

Please sign in to comment.