Skip to content

Commit

Permalink
Use the right CI branch
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 14, 2019
1 parent 1fb8b23 commit ef6313f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ steps:
plugins:
- docker#v3.0.1:
image: "node:10"
propagate-environment: true
5 changes: 2 additions & 3 deletions scripts/fetch-develop.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ function dodep() {
# Try the PR author's branch in case it exists on the deps as well.
# Try the target branch of the push or PR.
# Use the default branch as the last resort.
if [[ "$TRAVIS" == true ]]; then
clone $org $repo $TRAVIS_PULL_REQUEST_BRANCH ||
clone $org $repo $TRAVIS_BRANCH ||
if [[ "$BUILDKITE" == true ]]; then
clone $org $repo $BUILDKITE_BRANCH ||
clone $org $repo $defbranch ||
return $?
else
Expand Down

0 comments on commit ef6313f

Please sign in to comment.