We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d250b9 commit d28e783Copy full SHA for d28e783
DATA/production/calib-workflow.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/calib-workflow.sh
0 commit comments