diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 13:45:26 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 13:45:26 -0400 |
commit | 106d0bb1cd7f83135dc5287f16b4ec2125b72e67 (patch) | |
tree | ab8d93191184f13f8e7ef88828365a34c692ecb5 | |
parent | 9eb503640b10e9fc40a37784c69ce2c00c047e58 (diff) |
Fix for pwd after before_script
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16baabd..5f508c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,6 @@ build: - west zephyr-export script: - - cd workspace/zmk - west build -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire build:dockerimage: |