Skip to content

Commit

Permalink
Merge pull request #453 from spryker-shop/fixed-deploy-file-performan…
Browse files Browse the repository at this point in the history
…ce-issues

Fixed deploy.ci.acceptance.mariadb.dynamic-store-off.robot.yml performance issues.
  • Loading branch information
asmarovydlo authored Oct 18, 2024
2 parents 06accd8 + 37a1ca5 commit 5347ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.ci.acceptance.mariadb.dynamic-store-off.robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tag: '1.0'
environment: docker.ci
pipeline: docker.ci.acceptance.dynamic-store-off.robot
image:
tag: spryker/php:8.2
tag: spryker/php:8.3
environment:
SPRYKER_PRODUCT_CONFIGURATOR_HOST: date-time-configurator-example.spryker.local
SPRYKER_PRODUCT_CONFIGURATOR_PORT: 80
Expand All @@ -22,8 +22,8 @@ image:
npm: 9

composer:
mode: ''
autoload: ''
mode: '--no-dev --quiet'
autoload: '--classmap-authoritative'

regions:
EU:
Expand Down

0 comments on commit 5347ecd

Please sign in to comment.