Add CI for building dep package

Change-Id: I7f084eae0d3209677503a1afcc77bd04118bed1e
Signed-off-by: wrider <lji@research.att.com>
diff --git a/bin/package-ric-deployment-tools b/bin/package-ric-deployment-tools
index d932fb9..30c69bb 100755
--- a/bin/package-ric-deployment-tools
+++ b/bin/package-ric-deployment-tools
@@ -112,5 +112,8 @@
 cd $DIR
 dpkg-buildpackage -us -uc
 
+EXPORT_PATH="${EXPORT_PATH:-/tmp/exported}"
+mkdir -p "${EXPORT_PATH}"
+cp /tmp/ric-deployment-tools_${VERSION}_all.deb "${EXPORT_PATH}"
 
-echo "RIC it/dep repo has been packaged as /tmp/ric-deployment-tools_${VERSION}_all.deb."
+echo "RIC it/dep repo has been packaged as /tmp/ric-deployment-tools_${VERSION}_all.deb."
\ No newline at end of file