From 689231cf38aa7750c5a933141c057b04e4d2b8f3 Mon Sep 17 00:00:00 2001 From: abnandan17 <88335641+abnandan17@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:21:07 +0530 Subject: [PATCH] Updated git branch setup on-prem-installation-guidelines.md added checkout command to create branch from the tag Signed-off-by: abnandan17 <88335641+abnandan17@users.noreply.github.com> --- docs/deploymentnew/on-prem-installation-guidelines.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/deploymentnew/on-prem-installation-guidelines.md b/docs/deploymentnew/on-prem-installation-guidelines.md index adbd9b98d..dad7277ae 100644 --- a/docs/deploymentnew/on-prem-installation-guidelines.md +++ b/docs/deploymentnew/on-prem-installation-guidelines.md @@ -112,9 +112,11 @@ helm repo add mosip https://mosip.github.io/mosip-helm * Create a directory as mosip in your PC and: * clone k8’s infra repo with tag : 1.2.0.1-B2 (**whichever is the latest version**) inside mosip directory.\ - `git clone https://github.com/mosip/k8s-infra -b v1.2.0.1-B2` + `git clone https://github.com/mosip/k8s-infra` + `git checkout tags/v1.2.0.1-B2 -b 1.2.0.1-B2` * clone mosip-infra with tag : 1.2.0.1-B2 (**whichever is the latest version**) inside mosip directory.\ - `git clone https://github.com/mosip/mosip-infra -b v1.2.0.1-B2` + `git clone https://github.com/mosip/mosip-infra` + `git checkout tags/v1.2.0.1-B2 -b 1.2.0.1-B2` * Set below mentioned variables in bashrc ```