CI: Drop the unnecessary rule in SJG_LAB

The rules are enough to handle the results logic. Drop the redundant
checks at the start of the bash script.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-02 23:45:09 +12:00
parent 11136d25a0
commit 575bfca9f1

View File

@@ -632,11 +632,6 @@ coreboot test.py:
# Environment:
# SRC - source tree
# OUT - output directory for builds
- if [[ -n ${SJG_LAB} ]]; then
if [[ "${SJG_LAB}" != "${ROLE}" && "${SJG_LAB}" != "1" ]]; then
exit 0;
fi;
fi
- export SRC="$(pwd)"
- export OUT="${SRC}/build/${ROLE}"
- export OUT_EXTRA="${SRC}/build/${ROLE}_extra"