diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 11:02:18 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 11:02:18 -0400 |
commit | f693db30ce7a7f3d2ab2a7466f685a3d6e6c6207 (patch) | |
tree | 82568674c7cd28224bdecdc55bc7ba4b123946cb | |
parent | ba019c52a4e9a5697d33fe84e70db0ccb5aa7cae (diff) |
Use CI_PROJECT_DIR properly.
-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 f7a5965..43167eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: $CI_BUILD_IMAGE variables: - GIT_CLONE_PATH: $CI_BUILD_DIR/zmk + GIT_CLONE_PATH: $CI_PROJECT_DIR/zmk before_script: - west init -l . |