summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-11 13:25:10 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-11 13:25:10 -0400
commit182a3166668d5f431fc4dbc91b00c884a70f74ee (patch)
tree7010ee3df1a0153cc4c8ef9ed6307f6733985869
parent02067969530a4210c8e5c4adc42ca7e144474fd3 (diff)
FIx the symlink.
-rw-r--r--.gitlab-ci.yml2
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