summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oneclick-config-make-tar.sh
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-29 16:41:25 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-29 16:41:25 +0000
commitaaf9e3a45003a16fc4e55e7f7025bde150a6e11e (patch)
tree8591506d3c7e956feacb60d61eec8db00ae13751 /jjb/oom/oneclick-config-make-tar.sh
parentda49a3fd23f63c7d79ece62022ade8453cefc879 (diff)
parentdf68f2e1de1aa61a5c3a9b112718d7b2f76e2600 (diff)
Merge "JJB templates to build One-Click Config docker img"
Diffstat (limited to 'jjb/oom/oneclick-config-make-tar.sh')
-rw-r--r--jjb/oom/oneclick-config-make-tar.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/oom/oneclick-config-make-tar.sh b/jjb/oom/oneclick-config-make-tar.sh
new file mode 100644
index 000000000..da2da2000
--- /dev/null
+++ b/jjb/oom/oneclick-config-make-tar.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+echo '========= CALLING SCRIPT TO BUILD ONECLICK CONFIG TAR FILE ========='
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+cd kubernetes/config/docker/init
+
+chmod 755 *.*
+
+./make-tar.sh