Security/ Package Name changes
[portal.git] / deliveries / local-dev-host-pull.sh
diff --git a/deliveries/local-dev-host-pull.sh b/deliveries/local-dev-host-pull.sh
new file mode 100644 (file)
index 0000000..acb344b
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+# Refreshes an existing build area for Portal projects on on a dev/test host such as vm-ep-dev3
+
+set -x
+git pull 
+cd sdk
+git pull