summaryrefslogtreecommitdiffstats
path: root/jjb/csit/include-raw-csit-vpp-verify-master.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/csit/include-raw-csit-vpp-verify-master.sh')
-rw-r--r--jjb/csit/include-raw-csit-vpp-verify-master.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/jjb/csit/include-raw-csit-vpp-verify-master.sh b/jjb/csit/include-raw-csit-vpp-verify-master.sh
deleted file mode 100644
index 8f5d005ec..000000000
--- a/jjb/csit/include-raw-csit-vpp-verify-master.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# execute csit bootstrap script if it exists
-if [ -e bootstrap-verify-master.sh ]
-then
- # make sure that bootstrap.sh is executable
- chmod +x bootstrap-verify-master.sh
- # run the script
- ./bootstrap-verify-master.sh
-else
- echo 'ERROR: No bootstrap-verify-master.sh found'
- exit 1
-fi
-
-# vim: ts=4 ts=4 sts=4 et :