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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user