Skip to content

Commit

Permalink
Remove exit
Browse files Browse the repository at this point in the history
  • Loading branch information
lisguo committed Aug 5, 2024
1 parent 7e32312 commit 8debdbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/eks-add-on-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
echo or k8s.io/component-base $(go list -m k8s.io/component-base) is less than ${{ matrix.arrays.k8sVersion }}
echo or k8s.io/kubectl $(go list -m k8s.io/kubectl) is less than ${{ matrix.arrays.k8sVersion }}
echo "[WARNING] Kubernetes dependencies are lower than the latest Kubernetes cluster version. Please check changelog to ensure no breaking changes: https://kubernetes.io/releases/"
exit 1;
fi
- name: Verify Terraform version
Expand Down

0 comments on commit 8debdbd

Please sign in to comment.