Update '.drone.yml'
This commit is contained in:
parent
ce67273e0a
commit
36db2676a3
1 changed files with 16 additions and 1 deletions
17
.drone.yml
17
.drone.yml
|
@ -14,4 +14,19 @@ steps:
|
|||
from_secret: gitea-token
|
||||
files: [CHANGELOG, README.md]
|
||||
when:
|
||||
event: tag
|
||||
event: tag
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- sw_vers
|
||||
|
Loading…
Reference in a new issue