mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-09 08:55:19 -04:00
Only run arm64 and amd64 test stage on drone tags
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
e1238095f0
commit
19e8f83d1d
1 changed files with 14 additions and 0 deletions
14
.drone.yml
14
.drone.yml
|
|
@ -86,6 +86,13 @@ steps:
|
|||
volumes:
|
||||
- name: docker
|
||||
path: /var/run/docker.sock
|
||||
when:
|
||||
instance:
|
||||
- drone-publish.k3s.io
|
||||
ref:
|
||||
- refs/tags/*
|
||||
event:
|
||||
- tag
|
||||
|
||||
volumes:
|
||||
- name: docker
|
||||
|
|
@ -204,6 +211,13 @@ steps:
|
|||
volumes:
|
||||
- name: docker
|
||||
path: /var/run/docker.sock
|
||||
when:
|
||||
instance:
|
||||
- drone-publish.k3s.io
|
||||
ref:
|
||||
- refs/tags/*
|
||||
event:
|
||||
- tag
|
||||
|
||||
volumes:
|
||||
- name: docker
|
||||
|
|
|
|||
Loading…
Reference in a new issue