From bcd88ef1b33c35d3514d311168027460b721db1b Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Tue, 12 Mar 2024 16:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=8B=D1=82=D0=B0=D0=B5=D0=BC=D1=81?= =?UTF-8?q?=D1=8F=20=D0=BF=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D1=81=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index be1b0c9..59eea5b 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -18,8 +18,8 @@ jobs: - run: npm i - run: echo "NPM dependencies updated" - run: echo "Updating composer dependencies..." - - run: export COMPOSER_ALLOW_SUPERUSER=1; - - run: composer install + - run: export COMPOSER_ALLOW_SUPERUSER=1 + - run: composer install | yes - run: echo "Composer dependencies updated" - run: echo "Building frontend..." - run: npm run build