This commit is contained in:
parent
ba7df030d2
commit
4734a5664c
10
.drone.yaml
10
.drone.yaml
@ -4,20 +4,20 @@ type: docker
|
||||
name: Build and Release
|
||||
|
||||
steps:
|
||||
- name: Test
|
||||
- name: test
|
||||
image: golang:1.21
|
||||
commands:
|
||||
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
|
||||
- task test
|
||||
- name: Build & Package
|
||||
- /bin/task test
|
||||
- name: build & package
|
||||
image: golang:1.21
|
||||
commands:
|
||||
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
|
||||
- task package
|
||||
- /bin/task package
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- name: Release
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.layla.gg
|
||||
|
Loading…
Reference in New Issue
Block a user