2018-11-11 08:19:04 -08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -e
|
2018-06-30 19:22:24 -07:00
|
|
|
#
|
|
|
|
# The standard BUILDKITE_PULL_REQUEST environment variable is always "false" due
|
|
|
|
# to how solana-ci-gate is used to trigger PR builds rather than using the
|
|
|
|
# standard Buildkite PR trigger.
|
|
|
|
#
|
|
|
|
|
|
|
|
[[ $BUILDKITE_BRANCH =~ pull/* ]]
|