diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 11:05:04 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 11:05:04 -0400 |
commit | 694e73a4cfee16ab1a3084bd06d2887597b32b10 (patch) | |
tree | 80a7078b4d58025c6c82cd066617de058c3b5a5e | |
parent | f693db30ce7a7f3d2ab2a7466f685a3d6e6c6207 (diff) |
Try again.
-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 43167eb..d64a147 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: $CI_BUILD_IMAGE variables: - GIT_CLONE_PATH: $CI_PROJECT_DIR/zmk + GIT_CLONE_PATH: $CI_BUILDS_DIR/zmk before_script: - west init -l . |