This commit is contained in:
parent
cfbf667f42
commit
29c69b5eb2
@ -11,6 +11,7 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/mackerelio/go-check-plugins.git .
|
- git clone https://github.com/mackerelio/go-check-plugins.git .
|
||||||
|
- git checkout $DRONE_TAG
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
- name: create_dir
|
- name: create_dir
|
||||||
@ -68,7 +69,7 @@ steps:
|
|||||||
base_url: https://git.paulbsd.com
|
base_url: https://git.paulbsd.com
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
files: "build/*"
|
files: "build/*.tar.gz"
|
||||||
checksum:
|
checksum:
|
||||||
- sha256
|
- sha256
|
||||||
- sha512
|
- sha512
|
||||||
|
Loading…
Reference in New Issue
Block a user