summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2021-12-21 10:18:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-12-23 06:27:49 +0000
commitecb536ff66c843ee4176581dda6570616cccf59b (patch)
tree2321705f05b80994b3be9b25b31469bb95873a55 /.gitlab-ci.yml
parent8b92bf8d02b81b4831dff32c72b5bfa2e9fd56e7 (diff)
downloadchrome-ec-ecb536ff66c843ee4176581dda6570616cccf59b.tar.gz
zephyr: gitlab: Fix single quotes
In gitlab, single quotes are strong and do not resolve the EC_DIR variable. BRANCH=none BUG=none TEST=none, verified by reading the gitlab docs Signed-off-by: Yuval Peress <peress@google.com> Change-Id: I4d30b146e909a5d03267f49ddc9feb60cc88cefb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3352188 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d25316c783..5df6d9b9db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -205,8 +205,8 @@ merged_coverage:
- lcov -o build/merged.info -a build/coverage/lcov.info -a build/zcoverage/lcov.info
- lcov -o build/merged_no_zephyr.info -r build/merged.info
"${ZEPHYR_BASE}/**" "${MODULES_DIR}/**"
- '${EC_DIR}/zephyr/drivers/**' '${EC_DIR}/zephyr/include/drivers/**'
- '${EC_DIR}/zephyr/shim/chip/**' '${EC_DIR}/zephyr/shim/core/**'
+ "${EC_DIR}/zephyr/drivers/**" "${EC_DIR}/zephyr/include/drivers/**"
+ "${EC_DIR}/zephyr/shim/chip/**" "${EC_DIR}/zephyr/shim/core/**"
'/usr/include/x86_64-linux-gnu/**'
artifacts:
paths: