ci: update install script and patch workflow to accomodate payments app

This commit is contained in:
phot0n
2022-07-25 10:56:04 +05:30
parent 8004550444
commit 76493e928f
2 changed files with 4 additions and 1 deletions

View File

@@ -63,6 +63,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 payments
bench get-app erpnext "${GITHUB_WORKSPACE}"
if [ "$TYPE" == "server" ]; then bench setup requirements --dev; fi