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