Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ schedules:

resources:
repositories:
- repository: OpsGuildAutomationRepo
- repository: ArchitectureRepo
type: git
name: DevOps/opsguild.automation
name: Architecture/Architecture
ref: refs/heads/main
- repository: templates
type: github
Expand All @@ -34,7 +34,7 @@ variables:

parameters:
- name: pool
default: DevOps Managed Containers Build
default: DevOps-Managed-Ubt22-Mdp
- name: containerDemands
type: object
default: ['Agent.OS -equals Linux']
Expand Down