diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-03-14 09:38:52 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-03-14 09:52:11 +0100 |
commit | c241f2ff2e42f32bfa2d9f3b444b6a7edac8a234 (patch) | |
tree | dad44742311395fddcfff78a3ef27f68a7c28f3c | |
parent | e9fca5ef39ebdc51d4d0f1af175960fb51cd903e (diff) |
Fix repo checkout cmd in build guide
As there is no 'casablanca' branch 'master' should
be checked out.
Change-Id: I9fba8ef0b10d3de3891d0e7612571789dfdc9449
Issue-ID: OOM-1621
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r-- | docs/BuildGuide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 96c1fbf2..8857945c 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -62,7 +62,7 @@ Then it is necessary to clone all installer and build related repositories and p # prepare the onap build directory structure cd /tmp - git clone -b casablanca https://gerrit.onap.org/r/oom/offline-installer + git clone https://gerrit.onap.org/r/oom/offline-installer onap-offline cd onap-offline Part 2. Download artifacts for offline installer |