diff options
| author | Simon Glass <[email protected]> | 2024-12-01 07:42:29 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-10 13:54:55 -0600 |
| commit | cb3612dfe3fd9a702dc3657aae15b07974f9aa0b (patch) | |
| tree | ff4a6f79df3a8a84dd3bf4cca5dd93d1ee853023 | |
| parent | ac5d05f0700e719c20feb1f3d96e2a5e7d3e46bd (diff) | |
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 <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 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 |
