Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Feb 26, 2024
1 parent 0128ab7 commit 1c19673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
while true
do
sleep 10
POD_PHASE=$(kubectl --kubeconfig=$kubecfg_path get pod busybox -o json | jq -r '.status.phase')
POD_PHASE=$(kubectl --kubeconfig=$kubecfg_path get pod warmup-pod -o json | jq -r '.status.phase')
echo Possible phases: Pending, Running, Succeeded, Failed, Unknown
echo Found phase: $POD_PHASE
Expand Down

0 comments on commit 1c19673

Please sign in to comment.