Remove ci/run-local.sh

This commit is contained in:
Michael Vines 2019-03-15 15:09:21 -07:00
parent a88b36d718
commit ca4f874f52
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
2 changed files with 0 additions and 26 deletions

View File

@ -83,12 +83,6 @@ Run the test suite:
$ cargo test --all
```
To emulate all the tests that will run on a Pull Request, run:
```bash
$ ./ci/run-local.sh
```
Local Testnet
---

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