diff --git a/Build/meta-iotedge b/Build/meta-iotedge index ca11aad..f3cfe70 160000 --- a/Build/meta-iotedge +++ b/Build/meta-iotedge @@ -1 +1 @@ -Subproject commit ca11aadc581c33e307596fdda9cf8c49e3131dba +Subproject commit f3cfe706f70afdfad1fa5e9dd529f1936697d4e2 diff --git a/Build/run.sh b/Build/run.sh index ae30141..ece045b 100755 --- a/Build/run.sh +++ b/Build/run.sh @@ -28,7 +28,7 @@ fi while [[ $# -gt 0 ]]; do case $1 in -b|--branch) - BRANCH=$(git branch --show-current | tr '[:upper:]' '[:lower:]' | sed 's|/|_|g') + BRANCH="_$(git branch --show-current | tr '[:upper:]' '[:lower:]' | sed 's|/|_|g')" shift #past argument ;; -c|--cpath) @@ -56,7 +56,7 @@ while [[ $# -gt 0 ]]; do ;; esac done -CONTNAME="$(whoami)-${NAME}_${BRANCH}" +CONTNAME="$(whoami)-${NAME}${BRANCH}" #Create OUTDIR if it doesn't exist and chmod it to 777 mkdir -p ${OUTDIR} chmod 777 ${OUTDIR}