feat: add patch to use policies (#2209)

This commit is contained in:
Baptiste Augrain
2025-01-21 18:08:31 +01:00
committed by GitHub
parent 62e1bd290b
commit b17a273e47
3 changed files with 141 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ while [ $# -gt 1 ]; do
done
git add .
git commit -q -m "VSCODIUM HELPER" --no-verify
git commit --no-verify -q -m "VSCODIUM HELPER"
if [[ "${1}" == *patch ]]; then
FILE="../patches/${1}"
@@ -47,6 +47,4 @@ git add .
git diff --staged -U1 > "${FILE}"
git reset -q --hard HEAD~
cd ..
echo "The patch has been generated."