Update '.drone.yml'
This commit is contained in:
parent
ce67273e0a
commit
36db2676a3
1 changed files with 16 additions and 1 deletions
15
.drone.yml
15
.drone.yml
|
@ -15,3 +15,18 @@ steps:
|
|||
files: [CHANGELOG, README.md]
|
||||
when:
|
||||
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