Skip to content

Commit 92bf1e6

Browse files
committed
ci: update azure variable groups
1 parent 4965ffd commit 92bf1e6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.azure-pipelines/auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pr: none
77
- auto
88

99
variables:
10-
- group: caching
10+
- group: prod-credentials
1111

1212
jobs:
1313
- job: Linux

.azure-pipelines/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ trigger: none
66
pr:
77
- master # FIXME: really just want any branch, but want an explicit "pr" property set so it's clear
88

9-
variables:
10-
- group: caching-pr
11-
129
jobs:
1310
- job: Linux
1411
timeoutInMinutes: 180

.azure-pipelines/try.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- try
88

99
variables:
10-
- group: caching
10+
- group: prod-credentials
1111

1212
jobs:
1313
- job: Linux

0 commit comments

Comments
 (0)