Skip to content

Commit

Permalink
Remove unnecessary text
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed Jun 14, 2024
1 parent 024ef53 commit b759f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ wait_for_service_state() {
fi
container=$(docker compose ps --all --format json | jq -s ".[] | select(.Service==\"$1\")")
if [[ ${container} = "" ]]; then
log INFO "Service \"$1\": no container yet" packaging-pipeline workflow
log INFO "Service \"$1\": no container yet"
else
container_name=$(echo "$container" | jq -r '.Name')
current_state=$(echo "$container" | jq -r '.State')
Expand Down

0 comments on commit b759f7d

Please sign in to comment.