diff --git a/ci/run_integration_test.sh b/ci/run_integration_test.sh index 479dab8a7..479f53b96 100755 --- a/ci/run_integration_test.sh +++ b/ci/run_integration_test.sh @@ -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')