Skip to content

Commit

Permalink
update pipeline [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 4, 2019
1 parent 07fd3bc commit 37c54d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/buildkite-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cd last-git-changes
npm install
npm run build
cd ..
node last-git-changes/bin.js --exclude='docs,examples,scripts,README.md,LICENSE,CONTRIBUTING.md'
export CHANGED_COUNT=$(node last-git-changes/bin.js --exclude='docs,examples,scripts,README.md,LICENSE,CONTRIBUTING.md' | wc -l)

echo $CHANGED_COUNT
Expand Down

0 comments on commit 37c54d8

Please sign in to comment.