Skip to content
Snippets Groups Projects
Commit 55c81b14 authored by Simon McVittie's avatar Simon McVittie
Browse files

_v2-entry-point: Run pressure-vessel noninteractively for setup commands


This prevents PRESSURE_VESSEL_SHELL=instead from interfering with setup
commands, which might need to use stdout.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent c301f8eb
Branches
Tags
1 merge request!54_v2-entry-point: Run pressure-vessel noninteractively for setup commands
Pipeline #14357 passed
......@@ -126,6 +126,10 @@ while [ "$#" -gt 0 ]; do
(waitforexitandrun)
is_main=yes
;;
(run)
export PRESSURE_VESSEL_BATCH=1
is_main=
;;
(*)
is_main=
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment