更新.gitlab-ci.yml文件

This commit is contained in:
杨永强
2021-10-28 01:13:03 +00:00
parent 290b837f43
commit 1ef44c22aa

View File

@@ -9,7 +9,7 @@ variables:
# 指定git获取代码的方式clone,fetch,none
GIT_STRATEGY: clone
#获取当前时间戳
DATE: $(date +%Y%m%d%H%I%s)
DATE: date +%Y%m%d%H%I%s
#在作业之前执行的脚本或命令
before_script: