diff --git a/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml b/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml index 72fd8a02d7a..5eb415a3fbb 100644 --- a/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml +++ b/prow/cluster/jobs/istio/enhancements/istio.enhancements.master.gen.yaml @@ -23,8 +23,8 @@ presubmits: containers: - command: - ../test-infra/scripts/validate_schema.sh - - --document-path ./features.yaml - - --schema-path ./features_schema.yaml + - --document-path=./features.yaml + - --schema-path=./features_schema.yaml image: gcr.io/istio-testing/build-tools:master-2021-05-07T04-05-01 name: "" resources: diff --git a/prow/config/jobs/enhancements.yaml b/prow/config/jobs/enhancements.yaml index 3f5cc6ba300..ea9992d9d48 100644 --- a/prow/config/jobs/enhancements.yaml +++ b/prow/config/jobs/enhancements.yaml @@ -9,6 +9,6 @@ jobs: modifiers: [optional] command: - ../test-infra/scripts/validate_schema.sh - - --document-path ./features.yaml - - --schema-path ./features_schema.yaml + - --document-path=./features.yaml + - --schema-path=./features_schema.yaml repos: [istio/test-infra@master,istio/tools@master]