fix QA issues
This commit is contained in:
parent
e828b9a017
commit
4f8d1a112c
@ -28,10 +28,10 @@ pkgcheck scan --commits
|
|||||||
# and run repoman in there
|
# and run repoman in there
|
||||||
for file in $(git diff --name-only HEAD HEAD~1)
|
for file in $(git diff --name-only HEAD HEAD~1)
|
||||||
do
|
do
|
||||||
if cd $(dirname "${file}"); then
|
if cd "$(dirname "${file}")"; then
|
||||||
echo
|
echo
|
||||||
echo "Directory $(pwd):"
|
echo "Directory $(pwd):"
|
||||||
repoman -Idix
|
repoman -Idix
|
||||||
cd - >/dev/null
|
cd - >/dev/null || return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user