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 19cef0a commit 458c0b5Copy full SHA for 458c0b5
1 file changed
prodtests/full-system-test/start_tmux.sh
@@ -16,7 +16,7 @@ if [[ -z "${WORKFLOW_PARAMETERS+x}" ]]; then
16
else
17
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},CALIB_PROXIES"
18
fi
19
- [[ -z $ARGS_EXTRA_PROCESS_o2_eve_export_workflow ]] && ARGS_EXTRA_PROCESS_o2_eve_export_workflow="--disable-write"
+ [[ -z $ARGS_EXTRA_PROCESS_o2_eve_export_workflow ]] && export ARGS_EXTRA_PROCESS_o2_eve_export_workflow="--disable-write"
20
if [[ -z "${GEN_TOPO_WORKDIR}" ]]; then
21
mkdir -p gen_topo_tmp
22
export GEN_TOPO_WORKDIR=`pwd`/gen_topo_tmp
0 commit comments