From c373c2890c34893ddf832cb0c6a7315b286c659a Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 28 Jun 2025 22:12:34 -0400 Subject: [PATCH] Minor refactor of Step 3 --- CI_CD_PIPELINE_SETUP_GUIDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CI_CD_PIPELINE_SETUP_GUIDE.md b/CI_CD_PIPELINE_SETUP_GUIDE.md index 717a381..de85a77 100644 --- a/CI_CD_PIPELINE_SETUP_GUIDE.md +++ b/CI_CD_PIPELINE_SETUP_GUIDE.md @@ -408,8 +408,6 @@ exit ### Step 3: Clone Repository for Registry Configuration -#### 3.1 Clone Repository for Registry Configuration - ```bash # Switch to DEPLOY_USER (who has sudo access) sudo su - DEPLOY_USER