fix typo in ci variable

This commit is contained in:
Cat Flynn 2021-02-01 13:32:30 +00:00
parent 90d1944d6e
commit bad0b70319
1 changed files with 1 additions and 1 deletions

View File

@ -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