diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:24:55 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 15:24:55 -0400 |
commit | e238397ee2e320d7e529f29fadc1a95107a2fdec (patch) | |
tree | 1c2c0153fefea26c5cafbf763d62fab714dd1e23 | |
parent | f78c4ebe9254c18f5ffaf852667673837649481c (diff) |
Typo fix for west init.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b62b39..8bb3510 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 |