Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wajahatrazi authored Sep 2, 2024
1 parent ee90681 commit 1796d4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ resources:
repositories:
- repository: sonic-swss
type: github
name: sonic-net/sonic-swss
endpoint: sonic-net
name: wajahatrazi/sonic-swss
endpoint: wajahatrazi

variables:
- name: BUILD_BRANCH
Expand All @@ -27,7 +27,8 @@ stages:
displayName: "Static Analysis"
timeoutInMinutes: 10
continueOnError: true
pool: sonic-ubuntu-1c
pool:
vmImage: 'ubuntu-latest'
steps:
- template: .azure-pipelines/pre-commit-check.yml

Expand Down

0 comments on commit 1796d4c

Please sign in to comment.