forked from kofal.net/zmk
Use CI_PROJECT_DIR properly.
This commit is contained in:
@@ -5,7 +5,7 @@ build:
|
|||||||
image: $CI_BUILD_IMAGE
|
image: $CI_BUILD_IMAGE
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: $CI_BUILD_DIR/zmk
|
GIT_CLONE_PATH: $CI_PROJECT_DIR/zmk
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- west init -l .
|
- west init -l .
|
||||||
|
|||||||
Reference in New Issue
Block a user