更新 .drone.yml
This commit is contained in:
@@ -14,8 +14,6 @@ steps:
|
|||||||
path: /drone/src/node_modules
|
path: /drone/src/node_modules
|
||||||
commands:
|
commands:
|
||||||
- export CI=false
|
- export CI=false
|
||||||
- npm cache clean --force
|
|
||||||
- rm -rf node_modules
|
|
||||||
- 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/*
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user