更新.gitlab-ci.yml文件

This commit is contained in:
杨永强
2021-10-28 01:57:13 +00:00
parent d56d9baf24
commit 68f7a059c9

View File

@@ -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: git@git.mesalab.cn:yangyongqiang/yyq_test.git