Merge "Portal Spring Boot Development"
[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