Просмотр исходного кода

Merge pull request #630 from external-secrets/feature/test-e2e

chore: test e2e
paul-the-alien[bot] 4 лет назад
Родитель
Сommit
c14c0ac930
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/e2e-managed.yml

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -159,7 +159,7 @@ jobs:
         project_id: ${{ env.GCP_PROJECT_ID }}
         project_id: ${{ env.GCP_PROJECT_ID }}
 
 
     - name: Get the GKE credentials
     - name: Get the GKE credentials
-      if: github.event.client_payload.slash_command.args.named.provider == 'gke'
+      if: github.event.client_payload.slash_command.args.named.provider == 'gcp'
       run: |-
       run: |-
         gcloud container clusters get-credentials "$GCP_GKE_CLUSTER" --zone "$GCP_GKE_ZONE" --project "$GCP_PROJECT_ID"
         gcloud container clusters get-credentials "$GCP_GKE_CLUSTER" --zone "$GCP_GKE_ZONE" --project "$GCP_PROJECT_ID"