FIx the symlink.

This commit is contained in:
Pete Johanson 2020-05-11 13:25:10 -04:00
parent 0206796953
commit 182a316666
1 changed files with 1 additions and 1 deletions

View File

@ -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