Skip to content

Commit 8447cc8

Browse files
Update template-infra:base to version 0.15.4.post7.dev0+eb47aaf
1 parent e2c6cf1 commit 8447cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.template-infra/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
base_code_repository_url: git@github.com:navapbc/platform-test.git
55
base_default_region: us-east-1

bin/run-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)