This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 66f951422 fix(ci): remove platform check
66f951422 is described below
commit 66f9514228b0f77ac761e36780f52c13b6585816
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue May 26 09:37:19 2026 +0200
fix(ci): remove platform check
---
.github/workflows/nightly-latest-runtime.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/nightly-latest-runtime.yml
b/.github/workflows/nightly-latest-runtime.yml
index d4faf7836..4969ff6b3 100644
--- a/.github/workflows/nightly-latest-runtime.yml
+++ b/.github/workflows/nightly-latest-runtime.yml
@@ -64,7 +64,6 @@ jobs:
run: |
kubectl create ns camel-k
make install-k8s-global
- kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n
camel-k --timeout=60s
- name: Run test
shell: bash