From bad0b703191564a7cab6746608a1de04c430870c Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Mon, 1 Feb 2021 13:32:30 +0000 Subject: [PATCH] fix typo in ci variable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee0c720..4f20406 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: stage: build variables: # 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: - echo "cloned to $GIT_CLONE_PATH" - chmod +x ./ci/build.sh