From: Simon Glass Date: Sun, 1 Dec 2024 14:42:29 +0000 (-0700) Subject: CI: Drop extra condition for sjg lab X-Git-Tag: v2025.04-rc2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3612dfe3fd9a702dc3657aae15b07974f9aa0b;p=pandora-u-boot.git 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 --- 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