ci(drone): 更新触发分支为master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 将流水线触发分支从main更改为master - 保持工作区共享数据配置不变
This commit is contained in:
@@ -3,7 +3,7 @@ type: docker
|
|||||||
name: www
|
name: www
|
||||||
trigger:
|
trigger:
|
||||||
event: [push]
|
event: [push]
|
||||||
branch: [main]
|
branch: [master]
|
||||||
|
|
||||||
# 使用工作区共享数据
|
# 使用工作区共享数据
|
||||||
# - 流水线中的临时数据, 等同 ${DRONE_WORKSPACE} => /drone/nuxt-app, 流水线结束后自动销毁
|
# - 流水线中的临时数据, 等同 ${DRONE_WORKSPACE} => /drone/nuxt-app, 流水线结束后自动销毁
|
||||||
|
|||||||
Reference in New Issue
Block a user