fix typo in ci variable
This commit is contained in:
parent
90d1944d6e
commit
bad0b70319
|
@ -16,7 +16,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
# instance
|
# instance
|
||||||
GIT_CLONE_PATH: $CI_BUILDS_DIR/$RUNNER_SHORT_TOKEN/$CI_PROJECT_NAME-$CI_JOB_ID
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_NAME-$CI_JOB_ID
|
||||||
script:
|
script:
|
||||||
- echo "cloned to $GIT_CLONE_PATH"
|
- echo "cloned to $GIT_CLONE_PATH"
|
||||||
- chmod +x ./ci/build.sh
|
- chmod +x ./ci/build.sh
|
||||||
|
|
Loading…
Reference in New Issue