common/: remove PATH adds from CI scripts

they are now specified in the workflow file
This commit is contained in:
classabbyamp
2022-10-09 01:51:18 -04:00
committed by classabbyamp
parent e0c8a977c4
commit 8fe8739a23
4 changed files with 0 additions and 6 deletions

View File

@@ -2,8 +2,6 @@
#
# changed_templates.sh
PATH="/usr/libexec/chroot-git:$PATH"
# required by git 2.35.2+
git config --global --add safe.directory "$PWD"