diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-12-31 00:16:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 00:16:27 (GMT) |
commit | 2cf7d02b99ce8cebd26d330aa8aac2ee369d4600 (patch) | |
tree | 14c068a6188d4f20fd6e6152aa859155387eba08 /.azure-pipelines/posix-steps.yml | |
parent | 82c2b54a35f85d87639201d1431ae6584b079e13 (diff) | |
download | cpython-2cf7d02b99ce8cebd26d330aa8aac2ee369d4600.zip cpython-2cf7d02b99ce8cebd26d330aa8aac2ee369d4600.tar.gz cpython-2cf7d02b99ce8cebd26d330aa8aac2ee369d4600.tar.bz2 |
bpo-46178: Remove/rename redundant Travis CI code (#30309)
Diffstat (limited to '.azure-pipelines/posix-steps.yml')
-rw-r--r-- | .azure-pipelines/posix-steps.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/posix-steps.yml b/.azure-pipelines/posix-steps.yml index b6dde59..2a36808 100644 --- a/.azure-pipelines/posix-steps.yml +++ b/.azure-pipelines/posix-steps.yml @@ -66,7 +66,7 @@ steps: COMMAND: make - ${{ if eq(parameters.patchcheck, 'true') }}: - - script: ./python Tools/scripts/patchcheck.py --travis true + - script: ./python Tools/scripts/patchcheck.py --ci true displayName: 'Run patchcheck.py' condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest')) |