Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Sep 14, 2023
1 parent 42cdf0a commit f823523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-image.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -euxo pipefail

CONTAINER_NAME=imagebuilder
IMAGE_UUID=$(uuidgen)
Expand Down Expand Up @@ -43,7 +43,7 @@ else
composer-cli --json compose start ${BLUEPRINT_NAME} ami | tee compose_start.json
fi

COMPOSE_ID=$(jq -r ".body.build_id" compose_start.json)
COMPOSE_ID=$(jq -r ".[].body.build_id" compose_start.json)

# Watch the logs while the build runs.
podman-exec journalctl -af &
Expand Down

0 comments on commit f823523

Please sign in to comment.