Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Mar 8, 2024
1 parent f727e25 commit 478619a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
ssh-add - <<< '${{ secrets.SSH_PRIVATE_KEY_PANOPTICHAIN }}'
git clone -b dan/k8s_panoptichain [email protected]:0xPolygon/panoptichain.git
# - name: Deploy PoS devnet to isolated GKE namespace
# run: |
# mkdir -p ~/.kube
# echo "${{ secrets.GKE_CLUSTER_CREDENTIALS }}" > ~/.kube/regression-cluster.yaml
# export KUBECONFIG=~/.kube/regression-cluster.yaml
- name: Deploy PoS devnet to isolated GKE namespace
run: |
mkdir -p ~/.kube
echo "${{ secrets.GKE_CLUSTER_CREDENTIALS }}" > ~/.kube/regression-cluster.yaml
export KUBECONFIG=~/.kube/regression-cluster.yaml
# cd polygon-devnets/kubernetes/pos
# kubectl apply -k overlays/gcr --namespace=pos --context=gke_prj-polygonlabs-devtools-dev_europe-west2_ci-cluster-1
#
Expand Down

0 comments on commit 478619a

Please sign in to comment.