Skip to content

Commit 7520be5

Browse files
committed
Remove buildSamples from tasks run during staging
See gh-852
1 parent 702c9ad commit 7520be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/stage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git add gradle.properties > /dev/null
3535
git commit -m"Release v$stageVersion" > /dev/null
3636
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
3737

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

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

0 commit comments

Comments
 (0)