We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bac6c6 commit c1fdc8eCopy full SHA for c1fdc8e
azure-pipelines.yml
@@ -32,3 +32,4 @@ jobs:
32
MISSING_AUTHORS=$(git shortlog -s HEAD | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')
33
if [ ! -z "$MISSING_AUTHORS" ]; then { echo $MISSING_AUTHORS; exit 1; }; fi
34
displayName: 'Authors check'
35
+ continueOnError: true
0 commit comments