Skip to content

Commit

Permalink
Merge pull request #2015 from area363/add-previewnet
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
area363 authored Sep 5, 2024
2 parents 97e59ce + cac460b commit fe42c4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reset-bridge-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
fi
- name: Display current kubectl context
run: |
kubectl config current-context
kubectl config view
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
run: |
kubectl config current-context
kubectl config view
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}

- name: List statefulsets
run: |
Expand Down

0 comments on commit fe42c4f

Please sign in to comment.