From 68243170548b3e08f50977a4d140f6344732b820 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 4 Apr 2021 08:27:10 +1200 Subject: gitlab: Update build name for zephyr The directory has changed. Update this in the gitlab file so that builds can succeed. BUG=b:178731498 BRANCH=none TEST=pass at https://gitlab.com/zephyr-ec/ec/-/pipelines/281069048 Signed-off-by: Simon Glass Change-Id: If4924a221f33b3ad17c97a20ead1c35fc760291d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2803995 Reviewed-by: Jack Rosenthal --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbbc2a2c6f..8fe2e155d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,8 @@ test: run: script: - zmake --zephyr-base "${ZEPHYR_BASE}" --modules-dir "${MODULES_DIR}" - -l DEBUG configure -b -B "${BUILD_DIR}/vol" -t zephyr zephyr/projects/volteer + -l DEBUG configure -b -B "${BUILD_DIR}/vol" -t zephyr + zephyr/projects/volteer/volteer - ls "${BUILD_DIR}/vol" "${BUILD_DIR}/vol/output" artifacts: paths: -- cgit v1.2.1