Skip to content

Commit

Permalink
[ci/yarn_deduplicate] Add exception information to check_for_changed_…
Browse files Browse the repository at this point in the history
…files (elastic#174047)

Adds instructions for adding exceptions to duplicated dependencies.

---------

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
jbudz and kibanamachine authored Jan 2, 2024
1 parent b365051 commit f799bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/checks/yarn_deduplicate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ source .buildkite/scripts/common/util.sh
echo "--- Check yarn.lock for duplicated modules"
node scripts/yarn_deduplicate

check_for_changed_files 'node scripts/yarn_deduplicate && yarn kbn bootstrap' false
check_for_changed_files 'node scripts/yarn_deduplicate' false 'TO FIX: Run node '"'"'scripts/yarn_deduplicate && yarn kbn bootstrap'"'"' locally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch'

0 comments on commit f799bf6

Please sign in to comment.