ci(magicleaps): switch magicleaps alpha ci to develop branch

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-17 22:22:32 +08:00
parent c5b327f9ba
commit 8d3927041a

View File

@ -32,7 +32,5 @@ spec:
- host: {{ $ingress.host }} - host: {{ $ingress.host }}
http: http:
paths: paths:
{{- range $path := $ingress.rules }} {{- toYaml $ingress.rules | nindent 10 }}
{{ toYaml $path | indent 10 }}
{{- end }}
{{- end }} {{- end }}