From c49c5a536e98edfa73e73b0dc71a4489f06719bc Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Mon, 1 Mar 2021 14:05:05 +1100 Subject: [PATCH] DCD-1157: Fix bitbucket pipelines batching --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6dcc467..5b98510 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,7 +18,7 @@ pipelines: - step: name: Pre Parallelization stage script: - - echo "Running tests in 38 batches" + - echo "Running tests in 39 batches" - step: name: Check if the template is up-to-date