diff options
| author | Gaëtan Gilbert | 2018-07-27 16:53:01 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-07-27 16:53:01 +0200 |
| commit | 3c41245404eacd105c0dbcae78f47ba103131788 (patch) | |
| tree | 3103eb68e72ba7d283ee58219d9b1b563987bd98 /dev/ci/ci-common.sh | |
| parent | 941b25c8617d88bdf128379f98f443cc46d6ffcc (diff) | |
| parent | dfafe315dc2ced29e4522b5f56dfe0f9594645e6 (diff) | |
Merge PR #8174: [ci] Remove CircleCI setup.
Diffstat (limited to 'dev/ci/ci-common.sh')
| -rw-r--r-- | dev/ci/ci-common.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh index a68cd0933e..9259a6e0c8 100644 --- a/dev/ci/ci-common.sh +++ b/dev/ci/ci-common.sh @@ -20,10 +20,6 @@ else then export CI_PULL_REQUEST="$TRAVIS_PULL_REQUEST" export CI_BRANCH="$TRAVIS_BRANCH" - elif [ -n "${CIRCLECI}" ]; - then - export CI_PULL_REQUEST="$CIRCLE_PR_NUMBER" - export CI_BRANCH="$CIRCLE_BRANCH" else # assume local CI_BRANCH="$(git rev-parse --abbrev-ref HEAD)" export CI_BRANCH |
