Unverified Commit 34bc02bc authored by Tom Moulard's avatar Tom Moulard
Browse files

test: fixup patch

parent 60231a0a
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -35,11 +35,8 @@ rm $file

# Creating a patch to fix test_config.yml
dc config > test_config.yml
git config --global user.email "contact@github.com"
git config --global user.name "Github Action"
git add test_config.yml
git commit -m "uncommited"
git format-patch HEAD~1

git diff > patch.patch

[ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1