Update onix-gcp-terraform-deploy.yml
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Clone Terraform repo from Gerrit
|
||||
run: |
|
||||
git clone https://${{ secrets.GERRIT_USERNAME }}:${{ secrets.GERRIT_PAT }}@open-networks.googlesource.com/onix-dev
|
||||
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
|
||||
@@ -24,6 +24,6 @@ jobs:
|
||||
ls -la gerrit-repo
|
||||
echo "==== Contents of Terraform-dir ===="
|
||||
pwd
|
||||
cd Terraform
|
||||
cd gerrit-repo/Terraform
|
||||
pwd
|
||||
la -la
|
||||
|
||||
Reference in New Issue
Block a user