diff --git a/Scripts/Common/Functions.sh b/Scripts/Common/Functions.sh index 119be683..327d0ecb 100644 --- a/Scripts/Common/Functions.sh +++ b/Scripts/Common/Functions.sh @@ -33,7 +33,7 @@ patchWorkspace() { export -f patchWorkspace; verifyAllPlatformTags() { - repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform $REPO_PROJECT $REPO_PATH'; + repo forall -v -c 'sh -c "source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform $REPO_PROJECT $REPO_PATH"'; } export -f verifyAllPlatformTags;