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 1a99576 commit 23b92b2Copy full SHA for 23b92b2
DATA/production/workflow-setup.sh
@@ -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