Commit 6db0df53 authored by 王华's avatar 王华

Update .gitlab-ci.yml

parent dc63e926
Pipeline #61087 waiting for manual action with stages
......@@ -12,8 +12,7 @@ before_script:
stages:
- install
- package
- pushSolution
- push2021
- push
install:
......@@ -58,7 +57,7 @@ pushSolution:
GIT_STRATEGY: none
tags:
- civ_base
stage: pushSolution
stage: push
script:
- 'cd "${TARGET_REPO_Solution}"'
- 'git reset --hard head'
......@@ -79,7 +78,7 @@ pushSolution:
push2021:
variables:
GIT_STRATEGY: none
stage: push2021
stage: push
tags:
- civ_base
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment