更新 .drone.yml

This commit is contained in:
zhangkaihuai
2025-07-22 07:29:18 +00:00
parent 88dcbf3196
commit ba58089e94

View File

@@ -14,8 +14,6 @@ steps:
path: /drone/src/node_modules path: /drone/src/node_modules
commands: commands:
- export CI=false - export CI=false
- rm -rf /drone/src/node_modules/.acorn-import-phases-HnhoL33R
- rm -rf /drone/src/node_modules/acorn-import-phases
- mkdir -p /app/build/$DRONE_REPO_NAME - mkdir -p /app/build/$DRONE_REPO_NAME
- rm -rf /app/build/$DRONE_REPO_NAME/* - rm -rf /app/build/$DRONE_REPO_NAME/*
- cp deployment.yml /app/build/$DRONE_REPO_NAME/ - cp deployment.yml /app/build/$DRONE_REPO_NAME/