Merge "Move the VNFM Simulator into CSIT"
authorDaniel Rose <dr695h@att.com>
Mon, 7 Oct 2019 14:35:59 +0000 (14:35 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 7 Oct 2019 14:35:59 +0000 (14:35 +0000)
scripts/sdc/setup_sdc_for_sanity.sh

index 2d644c3..dba6eb5 100644 (file)
@@ -50,6 +50,7 @@ mkdir -p "${WORKSPACE}/data/clone/"
 
 cd "${WORKSPACE}/data/clone"
 if using_local_images && [ -n "$SDC_LOCAL_GITREPO" ] ; then
+    SDC_LOCAL_GITREPO=$(realpath "$SDC_LOCAL_GITREPO")
     if [ -d "$SDC_LOCAL_GITREPO" ] ; then
         rm -rf ./sdc
         cp -a "$SDC_LOCAL_GITREPO" ./sdc