Skip to content

Commit

Permalink
Run danger on azure (#9)
Browse files Browse the repository at this point in the history
* Run danger on azure

* Fix missing danger env variables
  • Loading branch information
eps1lon committed Jun 12, 2019
1 parent a0e8e96 commit 73799ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ steps:
env:
AWS_ACCESS_KEY_ID: $(AWS_ACCESS_KEY_ID)
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
- script: |
yarn danger ci
displayName: 'run danger on PRs'
condition: eq(variables['Build.Reason'], 'PullRequest')
env:
DANGER_GITHUB_API_TOKEN: $(GITHUB_API_TOKEN)

0 comments on commit 73799ba

Please sign in to comment.