
From: Simon Glass <sjg@chromium.org> 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> --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d750beb5b9..48926f29576 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- 2.43.0 base-commit: 25cf278d2c0862e502396a35d5a382540d517d85