mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-23 01:20:11 +00:00
fix tag recognition by drone
This commit is contained in:
parent
82034a2586
commit
09fc81d7f4
@ -19,9 +19,9 @@ steps:
|
|||||||
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
||||||
- apt install nodejs
|
- apt install nodejs
|
||||||
- curl -sL https://git.io/goreleaser | bash
|
- curl -sL https://git.io/goreleaser | bash
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
---
|
---
|
||||||
@ -48,9 +48,9 @@ steps:
|
|||||||
command_timeout: 50m
|
command_timeout: 50m
|
||||||
script:
|
script:
|
||||||
- /mnt/buildx/jfa-go/build.sh stable
|
- /mnt/buildx/jfa-go/build.sh stable
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user