scripts: fix path issue in push-hook script

series-puh-hook.sh script was pushed with local path
instead of ${ZEPHYR_BASE}.
Fix this.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-03-11 08:52:41 +01:00 committed by Kumar Gala
commit 7f84787c13

View file

@ -33,5 +33,5 @@ else
fi
echo "Perform check patch"
/local/mcu/zephyr/zephyr-project/scripts/checkpatch.pl --git $range
${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
fi