added an option to reuse the devops workspace from the host inside the container...
[osm/devops.git] / jenkins / riftware / start_build
index 80a4a1f..0f31477 100755 (executable)
@@ -33,10 +33,14 @@ else
        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 "done"
+INFO "no build script yet"
+RC=1
+
+INFO "done RC = $RC"
+exit $RC