From b8bde8baa02c347b27527a2f42357c1123f1ac02 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 17 Dec 2023 09:34:43 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 8ca52931..41433a8c 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -52,9 +52,7 @@ jobs: docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec 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 }} - # 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 }} - + # - name: Create the site # run: |