From e238397ee2e320d7e529f29fadc1a95107a2fdec Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 15:24:55 -0400 Subject: [PATCH] Typo fix for west init. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b62b392..8bb3510a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - west init -m https://github.com/petejohanson/zephyr -mr driver-kscan-gpio-matrix-first-pass + - west init -m https://github.com/petejohanson/zephyr --mr driver-kscan-gpio-matrix-first-pass script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire