Skip to content

Commit b0b8398

Browse files
committed
chore: Don't run spotless on check jobs, it's already run as part of the spotless job
1 parent 552ae2b commit b0b8398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ test_published_artifacts:
420420
script:
421421
- *gitlab_base_ref_params
422422
- ./gradlew --version
423-
- ./gradlew $GRADLE_TARGET $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PskipSpotless -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
423+
- ./gradlew $GRADLE_TARGET -x spotlessCheck $GRADLE_PARAMS -PskipTests -PrunBuildSrcTests -PtaskPartitionCount=$NORMALIZED_NODE_TOTAL -PtaskPartition=$NORMALIZED_NODE_INDEX $GRADLE_ARGS
424424
after_script:
425425
- *cgroup_info
426426
- source .gitlab/gitlab-utils.sh

0 commit comments

Comments
 (0)