mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
ci(easy-install): supress build output
This commit is contained in:
parent
71d05d9d56
commit
7931b39334
2
.github/workflows/easy-install.yml
vendored
2
.github/workflows/easy-install.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Perform production easy install
|
||||
run: |
|
||||
python3 ${GITHUB_WORKSPACE}/easy-install.py build 2>&1 >/dev/null
|
||||
python3 ${GITHUB_WORKSPACE}/easy-install.py build >/dev/null
|
||||
python3 ${GITHUB_WORKSPACE}/easy-install.py -p -n actions_test --email test@frappe.io --image custom-apps --version latest --app erpnext
|
||||
docker compose -p actions_test exec backend bench version --format json
|
||||
docker compose -p actions_test exec backend bench --site site1.localhost list-apps --format json
|
||||
|
Loading…
Reference in New Issue
Block a user