Skip to content

Commit

Permalink
TMP: switch branches for testsing
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed Nov 13, 2024
1 parent 1df445f commit 8f181cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/oxid-esales/shop_ce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# {{ $name := "oxideshop-ce" }}name: {{ $name }}

install: &install
git:
sdk_ref: master-no-config-inc-OXDEV-7248
add_services: 'selenium-chrome-126'
method: script
script: 'source/.github/oxid-esales/install.sh'
Expand All @@ -17,7 +19,7 @@ install: &install
"ddoe/*": "source"
},
"require": {
"oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-component": "dev-b-8.0.x-no-config-inc-OXDEV-7248",
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}"
}
Expand Down
2 changes: 2 additions & 0 deletions .github/oxid-esales/shop_ce_compilation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# {{ $repo := "OXID-eSales/oxideshop_ce" }}repo: {{ $repo }}

install:
git:
sdk_ref: master-no-config-inc-OXDEV-7248
method: script
cache:
prepared_shop: true
Expand Down

0 comments on commit 8f181cb

Please sign in to comment.