Do not run style checks on master

This commit is contained in:
gnzlbg 2019-10-17 14:57:39 +02:00
parent 39decff1f6
commit 504105347a

View File

@ -15,8 +15,6 @@ jobs:
vmImage: ubuntu-16.04 vmImage: ubuntu-16.04
steps: steps:
- template: azure-install-rust.yml - template: azure-install-rust.yml
- script: sh ci/style.sh
displayName: Check style
- script: LIBC_CI=1 sh ci/dox.sh - script: LIBC_CI=1 sh ci/dox.sh
displayName: Generate documentation displayName: Generate documentation
- template: azure-configs/static-websites.yml@rustinfra - template: azure-configs/static-websites.yml@rustinfra