Skip to content

Commit 23b92b2

Browse files
committed
Add workflow-setup.sh
1 parent 1a99576 commit 23b92b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DATA/production/workflow-setup.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
if [ "0$O2_ROOT" == "0" ]; then
4+
echo O2 environment not loaded 1>&2
5+
exit 1
6+
fi
7+
8+
source $O2_ROOT/prodtests/full-system-test/workflow-setup.sh

0 commit comments

Comments
 (0)