From de50e09391da0db23f64de9af8cd242182e1f920 Mon Sep 17 00:00:00 2001 From: anaik91 Date: Sat, 28 Oct 2023 01:33:48 +0530 Subject: [PATCH] fix: fixed typo in directory name --- .github/workflows/testing.yml | 4 ++-- test/{scipts => scripts}/deploy_control_plane.sh | 0 test/{scipts => scripts}/setup_workload_identity.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{scipts => scripts}/deploy_control_plane.sh (100%) rename test/{scipts => scripts}/setup_workload_identity.sh (100%) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 97d1689..34900bb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -80,8 +80,8 @@ jobs: run: | bash deploy_control_plane.sh ${{ github.workspace }}/test/terraform/control-plane shell: bash - working-directory: ./test/scipts + working-directory: ./test/scripts env: TF_BACKEND_BUCKET: ${{ secrets.TF_BACKEND_BUCKET }} GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} - GCP_REGION: ${{ secrets.GCP_REGION }} \ No newline at end of file + GCP_REGION: ${{ secrets.GCP_REGION }} diff --git a/test/scipts/deploy_control_plane.sh b/test/scripts/deploy_control_plane.sh similarity index 100% rename from test/scipts/deploy_control_plane.sh rename to test/scripts/deploy_control_plane.sh diff --git a/test/scipts/setup_workload_identity.sh b/test/scripts/setup_workload_identity.sh similarity index 100% rename from test/scipts/setup_workload_identity.sh rename to test/scripts/setup_workload_identity.sh