Remove ci/run-local.sh

This commit is contained in:
Michael Vines
2019-03-15 15:09:21 -07:00
parent a88b36d718
commit ca4f874f52
2 changed files with 0 additions and 26 deletions

View File

@@ -1,20 +0,0 @@
#!/usr/bin/env bash
#
# Run the entire buildkite CI pipeline locally for pre-testing before sending a
# Github pull request
#
set -e
cd "$(dirname "$0")/.."
BKRUN=ci/node_modules/.bin/bkrun
if [[ ! -x $BKRUN ]]; then
(
set -x
cd ci/
npm install bkrun
)
fi
set -x
exec ./ci/node_modules/.bin/bkrun ci/buildkite.yml