test : ci/cd

This commit is contained in:
dj
2025-06-14 17:39:30 +08:00
parent 3e6f86abfd
commit 747f675cfc

View File

@@ -22,7 +22,6 @@ steps:
- cp default.conf /app/build/$DRONE_REPO_NAME/
- cp docker.sh /app/build/$DRONE_REPO_NAME/
- cp nginx.conf /app/build/$DRONE_REPO_NAME/
- rm -rf node_modules package-lock.json yarn.lock
- npm -v
- node -v
- mkdir -p ./node_modules