Skip to content

Commit 71739f0

Browse files
committed
Workaround: set DPL_CONDITION_BACKEND in script as env variable to EPN internal one (while command line arguemnt daes not work)
1 parent 46722c1 commit 71739f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DATA/production/dpl-workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ if [ "0$O2_ROOT" == "0" ]; then
55
exit 1
66
fi
77

8+
export DPL_CONDITION_BACKEND="http://o2-ccdb.internal"
9+
810
source $O2_ROOT/prodtests/full-system-test/dpl-workflow.sh

0 commit comments

Comments
 (0)