summaryrefslogtreecommitdiffstats
path: root/vagrant/lib
diff options
context:
space:
mode:
authorC.J. Collier <cjcollier@linuxfoundation.org>2016-06-16 14:20:28 -0700
committerC.J. Collier <cjcollier@linuxfoundation.org>2016-06-17 08:40:04 +0000
commitafd303bc155a27d1ddccfc8add7d510c731decf5 (patch)
tree4b4c437a6bf913c272cef7b75c1d8e46f63f5838 /vagrant/lib
parent8ee42fcab94f16a67b3147e3dbb71821526b9564 (diff)
Create script to automate deployment
* as per #24343 * re-factored to use common code from include-raw-vpp-maven-push and maven_push_functions.sh Change-Id: I197c114bcf61b0dd2ea81e2be0505793cf594e49 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'vagrant/lib')
-rw-r--r--vagrant/lib/respin-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/lib/respin-functions.sh b/vagrant/lib/respin-functions.sh
index 9a9f9809c..0cb3e828e 100644
--- a/vagrant/lib/respin-functions.sh
+++ b/vagrant/lib/respin-functions.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# Copyright 2016 The Linux Foundation <cjcollier@linuxfoundation.org>
+CI_MGMT=$(realpath $(dirname $(realpath $0))/..)
PVE_ROOT="${HOME}/src/python-virtual"
CPPROJECT=${CPPROJECT:-fdio}