diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-07-10 13:15:19 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-07-10 13:27:07 -0700 |
commit | 39cb2e6f9bcfddbcbce179aa3161f7cafeb9b409 (patch) | |
tree | 829f72e9f2c9eb4821226991d452dcca57d72ff5 /.expeditor/verify.pipeline.yml | |
parent | 11fa34a18052c10434051b274c66dce713835a58 (diff) | |
download | chef-39cb2e6f9bcfddbcbce179aa3161f7cafeb9b409.tar.gz |
Refer to specific rake file to avoid needing bundler to use rake in CI.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 60142e9928..987980aa3a 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -573,9 +573,8 @@ steps: - label: "Spellcheck" commands: - - ruby -rjson -e "JSON.parse(File.read('cspell.json'))" 2>/dev/null || (echo "Failed to parse config file 'cspell.json', skipping spellcheck" && exit 1) - npm install -g cspell - - cspell "**/*" + - rake -f tasks/spellcheck.rb spellcheck soft_fail: true expeditor: executor: |