[doc] Add git fetch step to minor upgrade instructions
Add a git fetch step to the minor version upgrade guide to ensure local metadata is up to date before performing any checkouts. Change-Id: I8eb466f55cf14f088009b4cf21aca0ca6128c903 Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
@@ -26,6 +26,14 @@ A minor upgrade typically requires the following steps:
|
||||
|
||||
# cd /opt/openstack-ansible
|
||||
|
||||
#. Fetch the latest updates from the remote repository to ensure all
|
||||
branches and tags are up to date before proceeding with the minor
|
||||
version upgrade:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# git fetch
|
||||
|
||||
#. Ensure that your OpenStack-Ansible code is on the latest
|
||||
|current_release_formal_name| tagged release:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user