From 7400b9fd4c8f636ec3b39368e9584810a928b5da Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 17 Dec 2023 09:56:42 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 5d682a62..c70bed11 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -49,7 +49,7 @@ jobs: - name: Create the site run: | - docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec backend \ + docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec -T backend \ bench new-site --no-mariadb-socket --admin-password=${{ vars.MARIADB_PASSWORD }} --db-root-password=${{ vars.MARIADB_PASSWORD }} --install-app erpnext --set-default ${{ github.event.pull_request.head.ref }}