diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 13:25:10 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 13:25:10 -0400 |
commit | 182a3166668d5f431fc4dbc91b00c884a70f74ee (patch) | |
tree | 7010ee3df1a0153cc4c8ef9ed6307f6733985869 | |
parent | 02067969530a4210c8e5c4adc42ca7e144474fd3 (diff) |
FIx the symlink.
-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 400e85b..cf08caa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build: GIT_CLONE_PATH: $CI_BUILDS_DIR/zmk before_script: - - mkdir ci-workspace && ln -s ./ ci-workspace/zmk + - mkdir ci-workspace && ln -s $(pwd) ci-workspace/zmk - cd ci-workspace/zmk - west init -l . - west update |