EmbarkStudios / k8s-buildkite-plugin

Run any buildkite build step as a Kubernetes Job
https://embark.dev
Apache License 2.0
49 stars 19 forks source link

do not fail if INIT_IMAGE is empty or unset #62

Closed tgolsson closed 1 year ago

tgolsson commented 1 year ago

The condition is "either not set is not empty". The first clause is to ensure it doesn't evaluate the second if it doesn't exist.