Skip to content

Commit

Permalink
Merge pull request #2016 from area363/add-previewnet-test
Browse files Browse the repository at this point in the history
remove debug
  • Loading branch information
area363 authored Sep 5, 2024
2 parents fe42c4f + c68c9bd commit 687b09e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/reset-bridge-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ jobs:
echo "NAMESPACE=heimdall-preview" >> $GITHUB_ENV
fi
- name: Display current kubectl context
run: |
kubectl config current-context
kubectl config view
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}

- name: List statefulsets
run: |
kubectl get statefulsets -n ${{ env.NAMESPACE }}
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}

- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
Expand Down

0 comments on commit 687b09e

Please sign in to comment.