From 260e08c15d4958c9ce324a952de27822cc179134 Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:09:42 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=AE=E4=BD=9C=E6=88=90=E3=81=AB=E5=A4=B1=E6=95=97?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=84=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=82=93=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2=E3=82=A6?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 66fe73901f7..774d5ecf329 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,15 +49,15 @@ jobs: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db DATABASE_SERVER_VERSION: 14 run: | - bin/console eccube:composer:require "ec-cube/recommend42" - bin/console eccube:composer:require "ec-cube/coupon42" - bin/console eccube:composer:require "ec-cube/mailmagazine42" - bin/console eccube:composer:require "ec-cube/salesreport42" - bin/console eccube:composer:require "ec-cube/relatedproduct42" - bin/console eccube:composer:require "ec-cube/securitychecker42" - bin/console eccube:composer:require "ec-cube/productreview42" - bin/console eccube:composer:require "ec-cube/api42" - bin/console eccube:composer:require "ec-cube/sitekit42" +# bin/console eccube:composer:require "ec-cube/recommend42" +# bin/console eccube:composer:require "ec-cube/coupon42" +# bin/console eccube:composer:require "ec-cube/mailmagazine42" +# bin/console eccube:composer:require "ec-cube/salesreport42" +# bin/console eccube:composer:require "ec-cube/relatedproduct42" +# bin/console eccube:composer:require "ec-cube/securitychecker42" +# bin/console eccube:composer:require "ec-cube/productreview42" +# bin/console eccube:composer:require "ec-cube/api42" +# bin/console eccube:composer:require "ec-cube/sitekit42" - name: revert to config platform.php run: composer config platform.php 8.1.0 From b507e219b5f56d38d94521370c1e922af5f56633 Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:06:05 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E4=BD=8D=E7=BD=AE=E3=81=AE=E8=AA=A4?= =?UTF-8?q?=E3=82=8A=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 774d5ecf329..05c8e18c5e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,15 +49,15 @@ jobs: DATABASE_URL: postgres://postgres:password@127.0.0.1:5432/eccube_db DATABASE_SERVER_VERSION: 14 run: | -# bin/console eccube:composer:require "ec-cube/recommend42" -# bin/console eccube:composer:require "ec-cube/coupon42" -# bin/console eccube:composer:require "ec-cube/mailmagazine42" -# bin/console eccube:composer:require "ec-cube/salesreport42" -# bin/console eccube:composer:require "ec-cube/relatedproduct42" -# bin/console eccube:composer:require "ec-cube/securitychecker42" -# bin/console eccube:composer:require "ec-cube/productreview42" -# bin/console eccube:composer:require "ec-cube/api42" -# bin/console eccube:composer:require "ec-cube/sitekit42" + # bin/console eccube:composer:require "ec-cube/recommend42" + # bin/console eccube:composer:require "ec-cube/coupon42" + # bin/console eccube:composer:require "ec-cube/mailmagazine42" + # bin/console eccube:composer:require "ec-cube/salesreport42" + # bin/console eccube:composer:require "ec-cube/relatedproduct42" + # bin/console eccube:composer:require "ec-cube/securitychecker42" + # bin/console eccube:composer:require "ec-cube/productreview42" + # bin/console eccube:composer:require "ec-cube/api42" + # bin/console eccube:composer:require "ec-cube/sitekit42" - name: revert to config platform.php run: composer config platform.php 8.1.0