From 71d05d9d5691407b15e691eb85a661ca1d84ed59 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 29 Oct 2024 12:17:12 +0530 Subject: [PATCH] ci: do not output build unless error --- .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 d602ac97..4253d89b 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 + python3 ${GITHUB_WORKSPACE}/easy-install.py build 2>&1 >/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