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
Bring over the customizations we use on top of the default pipeline.
(This is manual and potentially error prone, so let's review
carefully I guess.)
Useful vimdiff commands to review this change:
vimdiff +'set ft=yaml' <(git show main:.tekton/cli-build.yaml|yq .spec) <(git show HEAD:.tekton/cli-v06-pull-request.yaml|yq .spec.pipelineSpec)
vimdiff +'set ft=yaml' <(git show main:.tekton/cli-build.yaml|yq .spec) <(git show HEAD:.tekton/cli-v06-push.yaml|yq .spec.pipelineSpec)
vimdiff +'set ft=yaml' <(git show main:.tekton/cli-main-ci-pull-request.yaml) <(yq '.spec.pipelineSpec = {}' .tekton/cli-v06-pull-request.yaml)
vimdiff +'set ft=yaml' <(git show main:.tekton/cli-main-ci-push.yaml) <(yq '.spec.pipelineSpec = {}' .tekton/cli-v06-push.yaml)
vimdiff .tekton/cli-v06-push.yaml .tekton/cli-v06-pull-request.yaml
Ref: https://issues.redhat.com/browse/EC-1135
0 commit comments