Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jun 13, 2014
1 parent 058d55c commit 4bade1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ function loadEnvironmentVariables(filePath) {
}

function readEnvironmentVariables() {
if (process.platform === 'win32') {
if (process.platform === 'win32')
loadEnvironmentVariables(path.resolve('/jenkins/config/atomcredentials'));
} else {
else {
loadEnvironmentVariables('/var/lib/jenkins/config/atomcredentials');
loadEnvironmentVariables('/var/lib/jenkins/config/xcodekeychain');
}
Expand Down

0 comments on commit 4bade1c

Please sign in to comment.