Skip to content

Commit

Permalink
ci: update azure variable groups
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 15, 2019
1 parent 4965ffd commit 92bf1e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/auto.yml
Expand Up @@ -7,7 +7,7 @@ pr: none
- auto

variables:
- group: caching
- group: prod-credentials

jobs:
- job: Linux
Expand Down
3 changes: 0 additions & 3 deletions .azure-pipelines/pr.yml
Expand Up @@ -6,9 +6,6 @@ trigger: none
pr:
- master # FIXME: really just want any branch, but want an explicit "pr" property set so it's clear

variables:
- group: caching-pr

jobs:
- job: Linux
timeoutInMinutes: 180
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/try.yml
Expand Up @@ -7,7 +7,7 @@ trigger:
- try

variables:
- group: caching
- group: prod-credentials

jobs:
- job: Linux
Expand Down

0 comments on commit 92bf1e6

Please sign in to comment.