From d9cdedad05afd23600f76891ffa9fef7f7730d76 Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Wed, 4 Jun 2025 10:39:31 +0530 Subject: [PATCH] Update onix-gcp-terraform-deploy.yml --- .github/workflows/onix-gcp-terraform-deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/onix-gcp-terraform-deploy.yml b/.github/workflows/onix-gcp-terraform-deploy.yml index 82b4183..6961294 100644 --- a/.github/workflows/onix-gcp-terraform-deploy.yml +++ b/.github/workflows/onix-gcp-terraform-deploy.yml @@ -16,12 +16,12 @@ jobs: - name: Clone Terraform repo from Gerrit run: | git clone https://${{ secrets.GERRIT_USERNAME }}:${{ secrets.GERRIT_PAT }}@open-networks.googlesource.com/onix-dev gerrit-repo - echo "==== Directory contents after clone ====" - pwd - ls -la - echo "==== Contents of gerrit-repo ====" - pwd - ls -la gerrit-repo + #echo "==== Directory contents after clone ====" + #pwd + #ls -la + #echo "==== Contents of gerrit-repo ====" + #pwd + #ls -la gerrit-repo echo "==== Contents of Terraform-dir ====" pwd cd gerrit-repo/Terraform