From e71e918bf58f74e92444b2f09cb87f0184f63ce7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 13 Jun 2022 12:55:31 +0545 Subject: [PATCH] Revert "Skip litmus on docs-only title" This reverts commit d86d80dbdd5407cbd94dc3c10bb97e1f1d41e6e5. --- .drone.star | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.star b/.drone.star index 0edbac3544..2c48200af8 100644 --- a/.drone.star +++ b/.drone.star @@ -2453,9 +2453,6 @@ def fixSharedDataPermissions(): def litmus(ctx, storage): pipelines = [] - if ("docs-only" in ctx.build.title.lower()): - return pipelines - if (config["litmus"] == False): return pipelines