diff options
| author | 杨永强 <[email protected]> | 2021-10-28 01:57:13 +0000 |
|---|---|---|
| committer | 杨永强 <[email protected]> | 2021-10-28 01:57:13 +0000 |
| commit | 68f7a059c9fc6d678503407b7cc19499b48300c5 (patch) | |
| tree | 6b21d24010cdf9b01e554199c5554e435b7bb731 | |
| parent | d56d9baf247b6907a9f89ce86b2bf8e68f45c876 (diff) | |
更新.gitlab-ci.yml文件
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e421157..605f99f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ #定义变量 variables: #定义克隆的路径 $CI_BUILDS_DIR 为 runners.builds_dir 设置的路径 - GIT_CLONE_PATH: $CI_BUILDS_DIR/gitlab-runner + GIT_CLONE_PATH: $CI_BUILDS_DIR/gap_tsg_api$(date +%Y%m%d%H%I%s) #git ssh 地址 GITLAB_SSH: [email protected]:yangyongqiang/yyq_test.git |
