Skip to content

Commit 885efc3

Browse files
author
Vivek Reddy
committed
removed commented code from wf
1 parent b75a17d commit 885efc3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,6 @@ jobs:
136136
run: |
137137
gcloud config set project ${{ env.GCP_PROJECT_ID }}
138138
139-
#- name: Create GKE Cluster
140-
# run: |
141-
# gcloud container clusters create ${{ env.CLUSTER_NAME }} \
142-
# --zone ${{ env.GCP_ZONE }} \
143-
# --num-nodes ${{ env.CLUSTER_WORKERS }} \
144-
# --machine-type n2-standard-8 \
145-
# --enable-ip-alias \
146-
# --disk-size 50 \
147-
# --network ${{ env.GCP_NETWORK }} \
148-
# --subnetwork ${{ env.GCP_SUBNETWORK }} \
149-
# --scopes "https://www.googleapis.com/auth/cloud-platform"
150139
- name: Create GKE Cluster
151140
run: |
152141
export EKS_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}

0 commit comments

Comments
 (0)