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