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