Skip to content

Commit

Permalink
Fix M2K CI
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache committed Dec 18, 2024
1 parent aa5502d commit 6978787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/move2kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ echo "Wait until Knative function running"
nb_pods=$(kubectl get pods -l app=m2k-save-transformation-func-v1 --no-headers | wc -l)
done

if [[ $nb_pods -ne 1 ]]
if [[ $nb_pods -eq 0 ]]
then
echo "Knative function not running...exiting "
exit 1
Expand Down

0 comments on commit 6978787

Please sign in to comment.