From 383c7d38a351fdc37256ae55471165a3a9b04a1a Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 30 Jul 2023 17:58:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 859d73c..5bafbeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ remove-old-services: # This job runs in the build stage, which runs first. apply-version-tag: stage: prepare script: + - echo $CI_PROJECT_DIR + - echo ${CI_PROJECT_DIR} - sed -i "s/DATE/$(date -I)/g" ${CI_PROJECT_DIR}/src/views/Setting.vue - sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" ${CI_PROJECT_DIR}/src/views/Setting.vue