File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,11 +249,11 @@ echo "Pod is running: $pod_name"
249249
250250# not set or not empty - "" disables
251251if [[ ! -v " BUILDKITE_PLUGIN_K8S_INIT_IMAGE" || -n " ${BUILDKITE_PLUGIN_K8S_INIT_IMAGE} " ]]; then
252- echo " --- :kubernetes: Running init-container image: ${BUILDKITE_PLUGIN_K8S_INIT_IMAGE} "
252+ echo " --- :kubernetes: Running init-container image: ${BUILDKITE_PLUGIN_K8S_INIT_IMAGE:- } "
253253 tail_logs " $pod_name " " bootstrap" " $bootstrap_container_log_complete_marker_file "
254254fi
255255
256- echo " +++ :kubernetes: Running image: ${BUILDKITE_PLUGIN_K8S_IMAGE} "
256+ echo " +++ :kubernetes: Running image: ${BUILDKITE_PLUGIN_K8S_IMAGE:- } "
257257tail_logs " $pod_name " " step" " $step_container_log_complete_marker_file " &
258258
259259counter=" $timeout "
You can’t perform that action at this time.
0 commit comments