We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901c0a2 commit b7faa4aCopy full SHA for b7faa4a
.github/workflows/build.yaml
@@ -328,6 +328,9 @@ jobs:
328
if wait "$pid"; then
329
echo "$pid docker compose up successful"
330
else
331
+ echo "=== docker ${project_id} state ==="
332
+ docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --project-name ${project_id} --progress plain ps -a
333
+ echo "=== docker ${project_id} logs ==="
334
docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --project-name ${project_id} --progress plain logs
335
echo "$pid the docker compose up failed."
336
exit 1 # Exit with an error code if any command fails
0 commit comments