Browse Source

Update actions

zhanghongtong 5 years atrás
parent
commit
04304e3eff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/fvt_tests.yaml

+ 0 - 1
.github/workflows/fvt_tests.yaml

@@ -222,7 +222,6 @@ jobs:
           done
           kuiper_address=$(kubectl get svc --namespace default kuiper -o jsonpath="{.spec.clusterIP}")
           if [ $(curl -w %{http_code} -fsSL -o /dev/null $kuiper_address:9081/rules) != 200 ];then exit 1; fi
-          kubectl exec kuiper-0 -- cat /kuiper/etc/mqtt_source.yaml
       - name: check kuiper
         env:
           KUBECONFIG: "/etc/rancher/k3s/k3s.yaml"