Merge changes I1c586793,I47249407,Idad22dea,I5c3bee06,I5cb96956
[portal.git] / deliveries / local-dev-host-pull.sh
1 #!/bin/bash
2 # Refreshes an existing build area for Portal projects on on a dev/test host such as vm-ep-dev3
3
4 set -x
5 git pull 
6 cd sdk
7 git pull