forked from EC-CUBE/ec-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b58f5c9
commit 09f9d2c
Showing
2 changed files
with
30 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,16 +112,15 @@ jobs: | |
DATABASE_URL: postgres://postgres:[email protected]:5432/eccube_db | ||
DATABASE_SERVER_VERSION: 14 | ||
run: | | ||
bin/console eccube:composer:require "ec-cube/recommend4" | ||
bin/console eccube:composer:require "ec-cube/coupon4" | ||
bin/console eccube:composer:require "ec-cube/mailmagazine4" | ||
bin/console eccube:composer:require "ec-cube/salesreport4" | ||
bin/console eccube:composer:require "ec-cube/relatedproduct4" | ||
bin/console eccube:composer:require "ec-cube/securitychecker4" | ||
bin/console eccube:composer:require "ec-cube/productreview4" | ||
bin/console eccube:composer:require "ec-cube/api" | ||
bin/console eccube:composer:require "ec-cube/sitekit" | ||
bin/console eccube:composer:require "ec-cube/gmc" | ||
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: Pre Install Plugins | ||
env: | ||
|
@@ -130,7 +129,7 @@ jobs: | |
PGPASSWORD: 'password' | ||
run: | | ||
psql eccube_db -h 127.0.0.1 -U postgres -c "select id,name,code,0 as enabled,version,source,0 as initialized,'2021-08-13 00:00:00' as create_date,'2021-08-13 00:00:00' as update_date,discriminator_type from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv | ||
for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done | ||
for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done | ||
- name: "EC-CUBE: package" | ||
working-directory: ../ | ||
|
@@ -182,7 +181,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
working-directory: /tmp/go-vaddy-master/privatenet | ||
|
@@ -247,7 +246,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command2 != '' }} | ||
|
@@ -316,7 +315,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command3 != '' }} | ||
|
@@ -385,7 +384,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command4 != '' }} | ||
|
@@ -454,7 +453,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command5 != '' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,16 +113,15 @@ jobs: | |
DATABASE_URL: postgres://postgres:[email protected]:5432/eccube_db | ||
DATABASE_SERVER_VERSION: 14 | ||
run: | | ||
bin/console eccube:composer:require "ec-cube/recommend4" | ||
bin/console eccube:composer:require "ec-cube/coupon4" | ||
bin/console eccube:composer:require "ec-cube/mailmagazine4" | ||
bin/console eccube:composer:require "ec-cube/salesreport4" | ||
bin/console eccube:composer:require "ec-cube/relatedproduct4" | ||
bin/console eccube:composer:require "ec-cube/securitychecker4" | ||
bin/console eccube:composer:require "ec-cube/productreview4" | ||
bin/console eccube:composer:require "ec-cube/api" | ||
bin/console eccube:composer:require "ec-cube/sitekit" | ||
bin/console eccube:composer:require "ec-cube/gmc" | ||
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: Pre Install Plugins | ||
env: | ||
|
@@ -131,7 +130,7 @@ jobs: | |
PGPASSWORD: 'password' | ||
run: | | ||
psql eccube_db -h 127.0.0.1 -U postgres -c "select id,name,code,0 as enabled,version,source,0 as initialized,'2021-08-13 00:00:00' as create_date,'2021-08-13 00:00:00' as update_date,discriminator_type from dtb_plugin;" -A -F, --pset footer > src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv | ||
for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done | ||
for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done | ||
- name: "EC-CUBE: package" | ||
working-directory: ../ | ||
|
@@ -183,7 +182,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
working-directory: /tmp/go-vaddy-master/privatenet | ||
|
@@ -248,7 +247,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command2 != '' }} | ||
|
@@ -317,7 +316,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command3 != '' }} | ||
|
@@ -386,7 +385,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command4 != '' }} | ||
|
@@ -455,7 +454,7 @@ jobs: | |
docker exec eccube bash -c "rm -rf /var/www/html/html; ln -s /tmp/html /var/www/html/html;" | ||
docker exec -u www-data eccube bin/console eccube:install -n | ||
docker exec -u www-data -e VADDY_VERIFICATION_CODE=${{ secrets[format('{0}{1}', 'VADDY_VERIFICATION_CODE_', matrix.vaddy_project)] }} eccube bash -c 'echo ${VADDY_VERIFICATION_CODE} > vaddy-${VADDY_VERIFICATION_CODE}.html' | ||
docker exec -u www-data eccube bash -c 'for code in Api Coupon4 GMC MailMagazine4 ProductReview4 Recommend4 RelatedProduct4 SalesReport4 Securitychecker4 SiteKit; do bin/console eccube:plugin:enable --code $code; done' | ||
docker exec -u www-data eccube bash -c 'for code in Api42 Coupon42 MailMagazine42 ProductReview42 Recommend42 RelatedProduct42 SalesReport42 Securitychecker42 SiteKit42; do bin/console eccube:plugin:enable --code $code; done' | ||
- name: "VAddy: connect" | ||
if: ${{ matrix.command5 != '' }} | ||
|