ci(.drone.yml): 更新触发条件
- 移除了 .drone.yml 文件中的 event 触发条件 - 仅保留 branch触发条件,指定在 test 分支上触发 fix(deployment.yml): 修改镜像拉取密钥 - 在 deployment.yml 文件中,将镜像拉取密钥从 aliyun-docker-registry 更改为 nexus
This commit is contained in:
@@ -87,7 +87,4 @@ volumes:
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- test
|
||||
|
||||
event:
|
||||
- push
|
||||
- test
|
||||
Reference in New Issue
Block a user