Skip to content

Commit

Permalink
fixup! start-scenario: Stop after creating compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Feb 12, 2025
1 parent 0f67c63 commit 30f4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scenarios/start-scenario
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ipalab-config ${distro:-} -o "${LABDIR}" "$(readlink -f "$SCENARIO")"
cd "${LABDIR}"

# Start compose
[ "${COMPOSE:-"Y"}" == "Y" ] || exit 0
[ "${COMPOSE:-"Y"}" == "N" ] || exit 0

echo Starting compose
podman-compose up -d || die "Could not create compose"
Expand Down

0 comments on commit 30f4498

Please sign in to comment.