You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
The example defines the steps multiple times (actually only two times :D), the expected behavior would be that the build is rejected because the Spec is invalid.
Expected Behavior
I found in the knative docs the following build example:
The example defines the
steps
multiple times (actually only two times :D), the expected behavior would be that the build is rejected because the Spec is invalid.Actual Behavior
Only one of the two steps will be executed (the step which is defined below, at least in my 3 test runs) and the other one will be ignored. The spec actually seems to be correct: https://github.com/knative/build/blob/v0.5.0/pkg/apis/build/v1alpha1/build_types.go#L69
Steps to Reproduce the Problem
kubectl apply -f ..
Additional Info
I will try to dig into the issue and hopefully I will be able to fix this (mentoring or some hints are welcome :) )
The text was updated successfully, but these errors were encountered: