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