Skip to content

Commit

Permalink
Remove unused function in nevercode
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 25, 2018
1 parent 0fc1814 commit b9984c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/ci_source/providers/Nevercode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,4 @@ export class Nevercode implements CISource {
get ciRunURL() {
return process.env.NEVERCODE_BUILD_URL
}

private get branchName(): string {
if (this.isPR) {
return this.env.NEVERCODE_PULL_REQUEST_SOURCE
} else {
return this.env.NEVERCODE_BRANCH
}
}
}

0 comments on commit b9984c9

Please sign in to comment.