Merge pull request #5446 from maxGimeno/diff

Fix CI doc deletion
This commit is contained in:
Laurent Rineau 2021-03-10 10:33:12 +01:00
commit 39339adbcc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
git rm -r ${PR_NUMBER}
fi
#git diff exits with 1 if there is a diff
if !git diff --quiet; then
if ! git diff --quiet; then
git commit -a --amend -m"base commit" && git push -f -u origin master
fi