summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/script16
1 files changed, 0 insertions, 16 deletions
diff --git a/jjb/script b/jjb/script
deleted file mode 100644
index a3ab79b27..000000000
--- a/jjb/script
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-for x in copper fastpathmetrics genesis octopus pharos vswitchperf doctor functest ipv6 parser promise vnf_forwarding_graph
-
-do
-
-echo $x
-#cp -R availability $x/
-cd $x/
-rm -rf availability/
-#mv availability.yml $x.yml
-#mv availability.cfg $x.cfg
-#sed -i -e "s,availability,$x,g" $x.yml
-cd ..
-
-done