added an option to reuse the devops workspace from the host inside the container. This makes testing and debugging devsops scripts possible without pushing the change to a repository
Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@riftio.com>
diff --git a/jenkins/riftware/start_build b/jenkins/riftware/start_build
index a7826ab..0f31477 100755
--- a/jenkins/riftware/start_build
+++ b/jenkins/riftware/start_build
@@ -33,7 +33,7 @@
git clone $OSM_GIT_URL/riftware
cd riftware
INFO "install pre-requisites"
- bash ./scripts/vm_image/mkvmimg --container --modes build
+ bash ./scripts/vm_image/mkcontainer --modes build
fi
INFO "no build script yet"