From 7520be5fa627cc61d5082731f6427e491b71535d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Oct 2022 10:34:46 +0100 Subject: [PATCH] Remove buildSamples from tasks run during staging See gh-852 --- ci/scripts/stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/stage.sh b/ci/scripts/stage.sh index d84fdb9c..bfc26901 100755 --- a/ci/scripts/stage.sh +++ b/ci/scripts/stage.sh @@ -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