Re-introduce `yarn test` and fix comments
parent
365c8e9fdc
commit
6d7703dcb6
|
@ -7,3 +7,4 @@
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
scripts/ci/build.sh
|
scripts/ci/build.sh
|
||||||
|
yarn test
|
||||||
|
|
|
@ -17,9 +17,10 @@ clone() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Try the target branch of the push or PR.
|
|
||||||
clone $BUILDKITE_BRANCH
|
|
||||||
# Try the PR author's branch in case it exists on the deps as well.
|
# Try the PR author's branch in case it exists on the deps as well.
|
||||||
|
clone $BUILDKITE_BRANCH
|
||||||
|
# Try the target branch of the push or PR.
|
||||||
clone $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
clone $BUILDKITE_PULL_REQUEST_BASE_BRANCH
|
||||||
# Try the current branch from Jenkins.
|
# Try the current branch from Jenkins.
|
||||||
clone `"echo $GIT_BRANCH" | sed -e 's/^origin\///'`
|
clone `"echo $GIT_BRANCH" | sed -e 's/^origin\///'`
|
||||||
|
|
Loading…
Reference in New Issue