From cb3612dfe3fd9a702dc3657aae15b07974f9aa0b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Dec 2024 07:42:29 -0700 Subject: [PATCH] CI: Drop extra condition for sjg lab The rules part of the template makes sure that this doesn't run until specifically requested. Drop the check in the script itself, so it is possible to trigger a run manually without re-pushing the tree. Signed-off-by: Simon Glass --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f386a896a7..920f61eaa09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -540,9 +540,6 @@ coreboot test.py: dependencies: [] tags: [ 'lab' ] script: - - if [[ -z "${SJG_LAB}" ]]; then - exit 0; - fi # Environment: # SRC - source tree # OUT - output directory for builds -- 2.39.5