update .drone.yml
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-05-28 00:01:42 +01:00
parent ff1874e2c0
commit 73d2e6acf8

View File

@@ -34,7 +34,7 @@ steps:
depends_on:
- "checkout tag"
- name: verify
image: rust:latest
image: golang:latest
commands:
- 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