Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Apr 10, 2019
1 parent f3811cd commit 1ad4b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Danger/DangerDSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public struct DangerDSL: Decodable {

public let github: GitHub?

public let bitbucketServer: BitBucketServer!
public let bitbucketServer: BitBucketServer?

public let utils: DangerUtils

Expand Down
1 change: 0 additions & 1 deletion Sources/Runner/Commands/Runner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func runDanger(logger: Logger) throws {

var args = [String]()
args += ["--driver-mode=swift"] // Eval in swift mode, I think?
args += ["-swift-version", "5"]
args += libArgs
args += [tempDangerfilePath] // The Dangerfile
args += Array(CommandLine.arguments.dropFirst()) // Arguments sent to Danger
Expand Down

0 comments on commit 1ad4b83

Please sign in to comment.