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"
249
249
250
250
# not set or not empty - "" disables
251
251
if [[ ! -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:- } "
253
253
tail_logs " $pod_name " " bootstrap" " $bootstrap_container_log_complete_marker_file "
254
254
fi
255
255
256
- echo " +++ :kubernetes: Running image: ${BUILDKITE_PLUGIN_K8S_IMAGE} "
256
+ echo " +++ :kubernetes: Running image: ${BUILDKITE_PLUGIN_K8S_IMAGE:- } "
257
257
tail_logs " $pod_name " " step" " $step_container_log_complete_marker_file " &
258
258
259
259
counter=" $timeout "
You can’t perform that action at this time.
0 commit comments