Skip to content

Commit

Permalink
Revert "Alphasort ci-source providers for easier additions"
Browse files Browse the repository at this point in the history
This reverts commit 9bf7570.

Sort order was important, actually :-/
  • Loading branch information
fbartho committed Jan 9, 2018
1 parent 5f2558f commit 55270ad
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions source/ci_source/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@ import { Travis } from "./Travis"
import { VSTS } from "./VSTS"

const providers = [
BuddyBuild,
Buildkite,
Travis,
Circle,
Codeship,
DockerCloud,
Drone,
FakeCI,
Jenkins,
Nevercode,
Semaphore,
Nevercode,
Jenkins,
FakeCI,
Surf,
Travis,
DockerCloud,
Codeship,
Drone,
Buildkite,
BuddyBuild,
VSTS,
]

// Mainly used for Dangerfile linting
const realProviders = [
BuddyBuild,
Buildkite,
Travis,
Circle,
Codeship,
DockerCloud,
Drone,
Jenkins,
Nevercode,
Semaphore,
Nevercode,
Jenkins,
Surf,
Travis,
DockerCloud,
Codeship,
Drone,
Buildkite,
BuddyBuild,
VSTS,
]

Expand Down

0 comments on commit 55270ad

Please sign in to comment.