summaryrefslogtreecommitdiffstats
path: root/jjb/oom/offline-installer-review-bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/oom/offline-installer-review-bootstrap.sh')
-rw-r--r--jjb/oom/offline-installer-review-bootstrap.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/oom/offline-installer-review-bootstrap.sh b/jjb/oom/offline-installer-review-bootstrap.sh
new file mode 100644
index 000000000..f8454d206
--- /dev/null
+++ b/jjb/oom/offline-installer-review-bootstrap.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# setting-up bash flags
+set -x -e -o pipefail
+
+#Run review script
+./offline-installer-review.sh
+