summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨永强 <[email protected]>2021-10-28 02:37:55 +0000
committer杨永强 <[email protected]>2021-10-28 02:37:55 +0000
commit0f39d56fcf92fc2b767e5d9e25810d5682a59ff4 (patch)
treeae6fef525fb8cd95776786ba491bcaaf1f0bb508
parent740673cbbc158727f456bf252022a23e29ab1133 (diff)
更新.gitlab-ci.yml文件HEADmaster
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7cc347..e3f76a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,10 @@ variables:
DATE: $(date +%Y%m%d)
#定义克隆的路径 $CI_BUILDS_DIR 为 runners.builds_dir 设置的路径
- CLONE_NO_TIME_PATH: $CI_BUILDS_DIR/gap_tsg_api
+ CLONE_NO_TIME_PATH: $CI_BUILDS_DIR/gap_tsg_api1
#定义克隆的路径 $CI_BUILDS_DIR 为 runners.builds_dir 设置的路径
- GIT_CLONE_PATH: $CI_BUILDS_DIR/gap_tsg_api$DATE
+ GIT_CLONE_PATH: $CI_BUILDS_DIR/gap_tsg_api1$DATE
#git ssh 地址
GITLAB_SSH: [email protected]:yangyongqiang/yyq_test.git