Commit 7ed3c16b authored by 邓晓峰's avatar 邓晓峰

Update .gitlab-ci.yml

parent 015664e4
Pipeline #21361 skipped with stages
...@@ -36,17 +36,17 @@ package: ...@@ -36,17 +36,17 @@ package:
only: only:
- master - master
when: manual when: manual
push_test: #push_test:
variables: # variables:
GIT_STRATEGY: none # GIT_STRATEGY: none
stage: push # stage: push
script: # script:
- bash push.sh TARGET_REPO_2021 TARGET_REPO_2020 TARGET_REPO_2019 CI_PROJECT_DIR GIT_ACCESS_USER GIT_ACCESS_PASSWORD # - bash push.sh TARGET_REPO_2021 TARGET_REPO_2020 TARGET_REPO_2019 CI_PROJECT_DIR GIT_ACCESS_USER GIT_ACCESS_PASSWORD
#- 'git push origin map' #- 'git push origin map'
only: # only:
- master # - master
when: manual # when: manual
push_2021: push_2021:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
......
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