Skip to content

Commit f8448c9

Browse files
Revert "add some debug"
This reverts commit 26a7adb.
1 parent 26a7adb commit f8448c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.continue.yml.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,6 @@ jobs:
410410
- restore_build_cache:
411411
cacheType: << parameters.cacheType >>
412412

413-
- run:
414-
name: Print some vars
415-
command: echo "-PtaskPartitionCount=${CIRCLE_NODE_TOTAL} -PtaskPartition=${CIRCLE_NODE_INDEX}"
416-
417413
- run:
418414
name: Check Project
419415
command: >-
@@ -1105,6 +1101,7 @@ build_test_jobs: &build_test_jobs
11051101
parallelism: 4
11061102
gradleTarget: ":instrumentationCheck"
11071103
cacheType: inst
1104+
triggeredBy: *instrumentation_modules
11081105
11091106
- check:
11101107
requires:

0 commit comments

Comments
 (0)