From 7931b393347c2fe9c5ee8b5560383f7662dc7c2a Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 29 Oct 2024 12:22:57 +0530 Subject: [PATCH] ci(easy-install): supress build output --- .github/workflows/easy-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/easy-install.yml b/.github/workflows/easy-install.yml index 4253d89be..d30fdbd62 100644 --- a/.github/workflows/easy-install.yml +++ b/.github/workflows/easy-install.yml @@ -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