Skip to content

Commit

Permalink
fixup! trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkatz committed Dec 4, 2024
1 parent e43ae16 commit f19bd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ runs:
kubectl -n ngrok-operator wait --for=condition=ready pod -l app.kubernetes.io/name=ngrok-operator --timeout=1m || true
kubectl get pods -A
kubectl -n ngrok-operator describe pod -l app.kubernetes.io/name=ngrok-operator
kubectl -n ngrok-operator describe kubernetesoperators --all
kubectl -n ngrok-operator get kubernetesoperators --all
kubectl -n ngrok-operator describe kubernetesoperators
kubectl -n ngrok-operator get kubernetesoperators -o wide
- name: Install cosign
if: ${{ inputs.run-e2e == 'true' }}
Expand Down

0 comments on commit f19bd23

Please sign in to comment.