Skip to content

Commit

Permalink
Hack env vars that danger is looking for
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Sep 20, 2017
1 parent ef2c2f1 commit 3baf0e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Expand Up @@ -130,7 +130,9 @@ timestamps {
sh 'npm install'
}
sh 'npm test' // Run linting first
sh 'npx danger'
withEnv(['ghprbGhRepository=appcelerator/titanium_mobile',"ghprbPullId=${env.CHANGE_ID}"]) {
sh 'npx danger'
}
}

// Skip the Windows SDK portion if a PR, we don't need it
Expand Down

0 comments on commit 3baf0e9

Please sign in to comment.