Merge pull request #31690 from phot0n/fix-payments-stuff

This commit is contained in:
Suraj Shetty
2022-07-27 14:37:15 +05:30
committed by GitHub
6 changed files with 10 additions and 4 deletions

View File

@@ -56,6 +56,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