From 22fdd5e9156211a54e3bcd7b842c217e3953e400 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 16:01:27 -0400 Subject: [PATCH] Try again after reading more west docs. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e014d5c4..0409883b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - cd ../ - - west init zmk + - west init -l . + - west update script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire