mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
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