Skip to content

Commit

Permalink
Correctly reading the Bamboo buildNumber environment variable in case…
Browse files Browse the repository at this point in the history
… sensitive (mono) behavior
  • Loading branch information
philipooo committed May 31, 2016
1 parent 60acb2f commit 993fb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/FakeLib/BuildServerHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let mutable xmlOutputFile = getBuildParamOrDefault "logfile" "./output/Results.x

/// Build number retrieved from Bamboo
/// [omit]
let bambooBuildNumber = environVar "BAMBOO_BUILDNUMBER"
let bambooBuildNumber = environVar "bamboo_buildNumber"

/// Checks if we are on Bamboo
/// [omit]
Expand Down

0 comments on commit 993fb0f

Please sign in to comment.