Skip to content

Commit

Permalink
ci: run against stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Jun 27, 2022
1 parent bed6992 commit f238a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt-get -y install redis-server libcups2-dev -qq

pip install frappe-bench

git clone https://github.com/frappe/frappe --branch develop --depth 1
git clone https://github.com/frappe/frappe --branch version-13 --depth 1
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench

mkdir ~/frappe-bench/sites/test_site
Expand All @@ -31,7 +31,7 @@ sed -i 's/schedule:/# schedule:/g' Procfile
sed -i 's/socketio:/# socketio:/g' Procfile
sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile

bench get-app erpnext --branch develop
bench get-app erpnext --branch version-13

bench start &
bench --site test_site reinstall --yes
Expand Down

0 comments on commit f238a50

Please sign in to comment.