From: Bartek Grzybowski Date: Thu, 14 Mar 2019 08:38:52 +0000 (+0100) Subject: Fix repo checkout cmd in build guide X-Git-Tag: 6.0.0-ONAP~284 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c241f2ff2e42f32bfa2d9f3b444b6a7edac8a234;p=oom%2Foffline-installer.git 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 --- 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