summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-06-17 16:25:45 +0000
committerGerrit Code Review <gerrit@fd.io>2016-06-17 16:25:45 +0000
commit7d83439f84ccbcb54081e78c45cef63a5481a1c6 (patch)
treeedcf6d50812a6b714d94a77b3773ee5eb80438bc /vagrant
parent571373d3b0c79d36c9e16bb26aa0ce6d44c2ca30 (diff)
parentafd303bc155a27d1ddccfc8add7d510c731decf5 (diff)
Merge "Create script to automate deployment"
Diffstat (limited to 'vagrant')
-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}