Skip to content
Snippets Groups Projects
Unverified Commit 2e4e3315 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #12680 from t895/format-mainline

ci: Remove format step from mainline builds
parents 04f4eeac 954eb402
No related branches found
No related tags found
No related merge requests found
......@@ -8,17 +8,7 @@ variables:
DisplayVersion: $[counter(variables['DisplayPrefix'], 1)]
stages:
- stage: format
displayName: 'format'
jobs:
- job: format
displayName: 'clang'
pool:
vmImage: ubuntu-latest
steps:
- template: ./templates/format-check.yml
- stage: build
dependsOn: format
displayName: 'build'
jobs:
- job: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment