Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support skip ci in azure pipelines #677

Draft
wants to merge 19 commits into
base: devel
Choose a base branch
from
Prev Previous commit
Next Next commit
[skip2 ci] [skip ci] v2
timotheecour committed Mar 28, 2021
commit 4df4d673c80776c1092792a45f197cead36dc366
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -58,10 +58,10 @@ jobs:
# condition: and(succeeded(), ne(variables['build.sourceBranchName'], 'DoUAT'))
# condition: not(contains(variables['Build.SourceVersionMessage'], variables['SKIP_CI_FILTER']))
- bash: |
echo "D20210328T165246"
echo $(Build.SourceBranchName)
echo $(Build.SourceVersionMessage)
exit 1
echo "D20210328T165246"
echo $(Build.SourceBranchName)
echo $(Build.SourceVersionMessage)
exit 1
- bash: git config --global core.autocrlf false
displayName: 'Disable auto conversion to CRLF by git (Windows-only)'