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

This commit is contained in:
2024-11-29 00:26:58 +08:00
parent 75c57f68d9
commit fdbcf43867

View File

@@ -15,12 +15,13 @@ steps:
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git config --global http.sslVerify "false" - git config --global http.sslVerify "false"
- git clone https://git.buyusdt.xyz/bmy/xiezheng.git - git clone https://git.buyusdt.xyz/bmy/xiezheng.git
- cd /drone/src/xiezheng/
- name: test - name: test
image: node image: node
commands: commands:
- npm run dev - cd /drone/src/xiezheng/
- npm run dev
# host_aliases: # host_aliases:
# - ip: 192.168.31.100 # - ip: 192.168.31.100