Skip to content

Commit 20d4c7f

Browse files
committed
allow documentation_tests to fail in CI
1 parent 3ea04e9 commit 20d4c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ jobs:
113113
steps:
114114
- checkout: self
115115
persistCredentials: true
116-
117116
- script: |
118117
git branch -D test_documentation
119118
git checkout -b test_documentation
120119
git push -f origin test_documentation
121120
displayName: Push test documentation
122121
condition: ne(variables['Build.SourceBranch'], 'refs/heads/master')
122+
continueOnError: true
123123
124124
- bash: echo "##vso[task.prependpath]/usr/share/miniconda/bin"
125125
displayName: Add conda to PATH

0 commit comments

Comments
 (0)