diff options
author | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2018-10-09 11:28:41 -0400 |
---|---|---|
committer | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2018-10-09 16:55:17 -0400 |
commit | 47bcf09a62fb260a60b90d4f6c8406d956ab5a8a (patch) | |
tree | d1eb28e038f362bc4a68207c6f6a74535e47f782 /deliveries/local-dev-host-clone.sh | |
parent | 15586620ec762ba42f2c6ec1b596ea6ea4425355 (diff) |
Add roles to user
Issue-ID: PORTAL-432
add roles to user when the app is centralized
Change-Id: I46a782be24ea1804597dc7205bf98170731ffe4d
Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
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 |