Skip to content

Commit ffe4bf2

Browse files
committed
build: swap order
1 parent a131e5f commit ffe4bf2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- run: |
6666
kubectl events --for certificate/eoapi-tls -n eoapi
6767
kubectl events --for certificaterequests/eoapi-tls-1 -n eoapi
68-
kubectl events --for order/eoapi-tls-1-1869636473 -n eoapi
69-
kubectl events --for challenge/eoapi-tls-1-1869636473-4208340044 -n eoapi
68+
kubectl events --for order/eoapi-tls-1-1070764288-n eoapi
69+
kubectl get order -n eoapi
70+
kubectl get challenge -n eoapi
7071
kubectl get secret/eoapi-tls -n eoapi

0 commit comments

Comments
 (0)