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: ...@@ -12,8 +12,7 @@ before_script:
stages: stages:
- install - install
- package - package
- pushSolution - push
- push2021
install: install:
...@@ -58,7 +57,7 @@ pushSolution: ...@@ -58,7 +57,7 @@ pushSolution:
GIT_STRATEGY: none GIT_STRATEGY: none
tags: tags:
- civ_base - civ_base
stage: pushSolution stage: push
script: script:
- 'cd "${TARGET_REPO_Solution}"' - 'cd "${TARGET_REPO_Solution}"'
- 'git reset --hard head' - 'git reset --hard head'
...@@ -79,7 +78,7 @@ pushSolution: ...@@ -79,7 +78,7 @@ pushSolution:
push2021: push2021:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
stage: push2021 stage: push
tags: tags:
- civ_base - civ_base
script: 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