Compare commits
No commits in common. "f3ba3c0cc095f07e1a63c15da268c7cd20ff18d9" and "ade6a53e1d1ef5506865e9ba144f010f71b82c77" have entirely different histories.
f3ba3c0cc0
...
ade6a53e1d
@ -23,11 +23,10 @@ volumes:
|
|||||||
- name: jar-cache
|
- name: jar-cache
|
||||||
path: /localcache
|
path: /localcache
|
||||||
|
|
||||||
# 触发器配置:针对 PR 和 tag 事件
|
# 触发器配置:针对 master 分支的 PR
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
- tag
|
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
@ -162,14 +161,14 @@ steps:
|
|||||||
|
|
||||||
# Tag时:发布JAR文件到Gitea Release
|
# Tag时:发布JAR文件到Gitea Release
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:gitea-release-latest
|
image: plugins/gitea-release:latest
|
||||||
pull: false
|
pull: false
|
||||||
volumes:
|
volumes:
|
||||||
- name: jar-cache
|
- name: jar-cache
|
||||||
path: /localcache
|
path: /localcache
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_api_key
|
||||||
base_url:
|
base_url:
|
||||||
from_secret: gitea_base_url
|
from_secret: gitea_base_url
|
||||||
files:
|
files:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user