Skip to content

Commit

Permalink
Merge pull request #1742 from petr-muller/fix-hint
Browse files Browse the repository at this point in the history
Fix the suggested prowgen command parameter
  • Loading branch information
openshift-merge-robot authored Sep 27, 2018
2 parents f6b8c51 + d37368d commit d86a4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/validate-generated-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for config_dir in $( find "${ci_operator_dir}/jobs/" -mindepth 2 -maxdepth 2 -ty
[ERROR] new changes to these job configurations should occur from a re-generation.
[ERROR] Run the following command to re-generate the Prow jobs:
[ERROR] $ docker run -it -v \$(pwd)/ci-operator:/ci-operator:z registry.svc.ci.openshift.org/ci/ci-operator-prowgen:latest --from-dir /ci-operator/config/${config_dir#*ci-operator\/jobs\/} --prow-jobs-dir /ci-operator/jobs
[ERROR] $ docker run -it -v \$(pwd)/ci-operator:/ci-operator:z registry.svc.ci.openshift.org/ci/ci-operator-prowgen:latest --from-dir /ci-operator/config/${config_dir#*ci-operator\/jobs\/} --to-dir /ci-operator/jobs
[ERROR] The following errors were found:
Expand All @@ -63,4 +63,4 @@ done

if [[ "${failed}" == "true" ]]; then
exit 1
fi
fi

0 comments on commit d86a4f9

Please sign in to comment.