Commit 15036475 authored by 杨思琦's avatar 杨思琦

fix: ci修改

parent 5915ddb4
Pipeline #61314 passed with stages
...@@ -21,8 +21,11 @@ refresh: ...@@ -21,8 +21,11 @@ refresh:
tags: tags:
- civ_base - civ_base
script: script:
- git reset --hard
- git pull origin master - git pull origin master
- npm run update:wisdom - npm run update:wisdom
# - 'git add . ; git commit --allow-empty -m "auto refresh civbase."'
# - 'git push origin master'
only: only:
refs: refs:
- master - master
...@@ -35,6 +38,7 @@ install: ...@@ -35,6 +38,7 @@ install:
tags: tags:
- civ_base - civ_base
script: script:
- git reset --hard
- git pull origin master - git pull origin master
- npm run init - npm run init
#cache: #cache:
......
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