Skip to content

Commit

Permalink
beta3 段階では、APIプラグインのインストールをコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
h.matsuo committed Jul 14, 2021
1 parent cb4a10c commit 60e68b8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ jobs:
bin/console doctrine:schema:create --env=dev
bin/console eccube:fixtures:load --env=dev
- name: Install Plugins
env:
APP_ENV: 'prod'
DATABASE_URL: postgres://postgres:[email protected]:5432/eccube_db
DATABASE_SERVER_VERSION: 11
run: |
bin/console eccube:composer:require "ec-cube/Api:^2.0"
- name: Pre Install Plugins
env:
PGPASSWORD: 'password'
run: psql eccube_db -h 127.0.0.1 -U postgres -c "select * from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv
# - name: Install Plugins
# env:
# APP_ENV: 'prod'
# DATABASE_URL: postgres://postgres:[email protected]:5432/eccube_db
# DATABASE_SERVER_VERSION: 11
# run: |
# bin/console eccube:composer:require "ec-cube/Api:^2.0"
#
# - name: Pre Install Plugins
# env:
# PGPASSWORD: 'password'
# run: psql eccube_db -h 127.0.0.1 -U postgres -c "select * from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv

- name: Packaging
working-directory: ../
Expand Down

0 comments on commit 60e68b8

Please sign in to comment.