mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[skip ci]
(cherry picked from commit 3ae9fa98c4)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
7
.github/helper/install.sh
vendored
7
.github/helper/install.sh
vendored
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Check for merge conflicts before proceeding
|
||||||
|
python -m compileall -f "${GITHUB_WORKSPACE}"
|
||||||
|
if grep -lr --exclude-dir=node_modules "^<<<<<<< " "${GITHUB_WORKSPACE}"
|
||||||
|
then echo "Found merge conflicts"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
cd ~ || exit
|
cd ~ || exit
|
||||||
|
|
||||||
sudo apt-get install redis-server libcups2-dev
|
sudo apt-get install redis-server libcups2-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user