summaryrefslogtreecommitdiffstats
path: root/deliveries/local-dev-host-clone.sh
blob: 36fdaccb208c50a66ca490c352cbf11fcf816911 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Sets up a new build area for Portal projects on on a dev/test host such as vm-ep-dev3

USER=attuid-goes-here
git clone https://${USER}@codecloud.web.att.com/scm/st_quantum/lf_portal.git
cd lf_portal
git clone https://${USER}@codecloud.web.att.com/scm/st_quantum/lf_portal_sdk.git sdk