mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-23 15:43:21 +08:00
Check for Succeeded
This commit is contained in:
parent
97d3b0f2a9
commit
630d9c8eef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: |
|
||||
kubectl create configmap sync-conf --from-env-file=testdata/e2e/sync-conf.properties
|
||||
kubectl apply -f testdata/e2e/pod-adguardhome-sync.yaml
|
||||
kubectl wait --for=jsonpath='{.status.phase}'=Running pod/adguardhome-sync --timeout=30s
|
||||
kubectl wait --for=jsonpath='{.status.phase}'=Succeeded pod/adguardhome-sync --timeout=30s
|
||||
- name: Show origin Logs
|
||||
run: |
|
||||
echo adguardhome-origin
|
||||
|
|
Loading…
Reference in a new issue