File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.15.4-6-gf66c51a
2+ _commit : v0.15.4-7-geb47aaf
33_src_path : https://github.com/navapbc/template-infra
44base_code_repository_url : git@github.com:navapbc/platform-test.git
55base_default_region : us-east-1
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ while true; do
161161 echo " Timing out task ${ecs_task_id} waiting for logs"
162162 exit 1
163163 fi
164- is_log_stream_created=$( aws logs describe-log-streams --no-cli-pager --log-group-name " ${log_group} " --query " length(logStreams[?logStreamName== \` ${log_stream} \` ] )" )
164+ is_log_stream_created=$( aws logs describe-log-streams --no-cli-pager --log-group-name " ${log_group} " --log-stream-name-prefix " ${log_stream} " --query " length(logStreams )" )
165165 if [ " ${is_log_stream_created} " == " 1" ]; then
166166 break
167167 fi
You can’t perform that action at this time.
0 commit comments