更新.gitlab-ci.yml文件
This commit is contained in:
parent
e6b7fa1fea
commit
9075f60b3f
|
@ -65,6 +65,8 @@ push_job:
|
|||
script:
|
||||
# 提交代码
|
||||
- echo '提交代码'
|
||||
- git config user.email "ci@example.com" # 设置提交者的 email
|
||||
- git config user.name "GitLab CI" # 设置提交者的名称
|
||||
- cd $GOPATH/src/$DeployPath
|
||||
- git checkout $CI_COMMIT_REF_NAME
|
||||
- git add .
|
||||
|
|
Loading…
Reference in New Issue