更新.gitlab-ci.yml文件

This commit is contained in:
杨永强
2021-10-27 08:26:32 +00:00
parent 212ac2f16a
commit fc23c13f9a

View File

@@ -18,8 +18,9 @@ before_script:
#在作业之后执行的脚本或命令
after_script:
- echo "克隆完成"
#配置目录的用户权限
- chown -R 755 $GIT_CLONE_PATH
# - chown -R 755 $GIT_CLONE_PATH
# 全局定义流水线阶段pipeline
stages: