更新.gitlab-ci.yml文件

This commit is contained in:
杨永强
2021-10-28 01:25:55 +00:00
parent 256cece9d2
commit 0910b633fe

View File

@@ -49,7 +49,7 @@ stages:
master_build: master_build:
stage: build stage: build
script: script:
- DATE = $(date +%Y%m%d%H%I%s) - DATE=$(date +%Y%m%d%H%I%s)
- echo $DATE - echo $DATE
- echo "正式服务器环境配置" - echo "正式服务器环境配置"
- if [ ! -d ".git" ]; then - if [ ! -d ".git" ]; then