ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
meng 2023-02-16 03:36:33 +08:00
parent f5f41da866
commit 47b6322ca1

View File

@ -30,7 +30,7 @@ steps:
- echo "git更新代码"
- cd /www/wwwroot/we.cnp5.cn/addons/ewei_shopv2
- pwd && ls -l
- git pull origin main
- git pull origin master
- name: "复制api文件"
commands:
@ -48,7 +48,7 @@ steps:
- pwd && ls -l
trigger:
branch:
- main
- master
event:
- push
- pull_request