This commit is contained in:
parent
b5d5e4bd64
commit
a11514913a
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: generate_tags
|
||||
image: node
|
||||
commands:
|
||||
- echo -n "${DRONE_BRANCH}-$(date +'%Y%m%d%H%M%S')-${DRONE_COMMIT:0:10}, latest" > .tags
|
||||
- name: unit test
|
||||
image: golang
|
||||
commands:
|
||||
- make tests_unit
|
Loading…
Reference in New Issue
Block a user