diff options
author | Manoop Talasila <talasila@research.att.com> | 2018-10-09 21:33:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-09 21:33:46 +0000 |
commit | 3df71561a2d7577d36f9d777f4cb66ae3f52cc47 (patch) | |
tree | 6951e0ced0ea45e09a0bc138d4c760e5f299397a /deliveries/local-dev-host-clone.sh | |
parent | c562e26bcd8f9147fd24ca4da9c5dfe7caea0199 (diff) | |
parent | 47bcf09a62fb260a60b90d4f6c8406d956ab5a8a (diff) |
Merge "Add roles to user"
Diffstat (limited to 'deliveries/local-dev-host-clone.sh')
-rw-r--r-- | deliveries/local-dev-host-clone.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deliveries/local-dev-host-clone.sh b/deliveries/local-dev-host-clone.sh index 36fdaccb..1d7ae42b 100644 --- a/deliveries/local-dev-host-clone.sh +++ b/deliveries/local-dev-host-clone.sh @@ -1,7 +1,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 +USER=org.UserId-goes-here +git clone https://${USER}@gerrit.onap.org/r/a/portal cd lf_portal -git clone https://${USER}@codecloud.web.att.com/scm/st_quantum/lf_portal_sdk.git sdk +git clone https://${USER}@gerrit.onap.org/r/a/portal/sdk |