mirror of https://github.com/k3s-io/k3s
Revert e2e pipeline depends_on change
Reverts part of the change from 7d38b4a3db
Pipeline dependencies are apparently broken, and the e2e pipeline has
been getting skipped whenever any other pipeline fails. Ex:
https://drone-pr.k3s.io/k3s-io/k3s/7853
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/8920/head
parent
3a6284e2b9
commit
611ac0894c
|
@ -710,9 +710,6 @@ platform:
|
|||
clone:
|
||||
retries: 3
|
||||
|
||||
depends_on:
|
||||
- amd64
|
||||
|
||||
steps:
|
||||
- name: skipfiles
|
||||
image: plugins/git
|
||||
|
|
Loading…
Reference in New Issue