This commit is contained in:
@@ -34,7 +34,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- "checkout tag"
|
- "checkout tag"
|
||||||
- name: verify
|
- name: verify
|
||||||
image: rust:latest
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
- message=$(/drone/src/unraid-kind/kind/bin/kind | head -n 1)
|
- message=$(/drone/src/unraid-kind/kind/bin/kind | head -n 1)
|
||||||
- if test $message != "kind creates and manages local Kubernetes clusters using Docker container 'nodes'"; then exit 1; fi
|
- if test $message != "kind creates and manages local Kubernetes clusters using Docker container 'nodes'"; then exit 1; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user