Skip to content

Commit

Permalink
Fix testplan
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 12, 2024
1 parent 0248a72 commit a2c5eaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/oxid-esales/module-template.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# {{ $ids := "oe_moduletemplate" }}ids: {{ print $ids }}
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
# {{ $name := "module-template" }}name: {{ print $name }}
# {{ $repo := "OXID-eSales/module-template" }}repo: {{ print $repo }}

install_shop_with_modules:
git:
shop_ref: '{{ .Data.global.git.default_ref }}'
composer:
transform: |
{
"preferred-install": {
Expand All @@ -18,6 +20,12 @@ install_shop_with_modules:
"oxid-esales/apex-theme": "{{ .Data.global.composer.def_ref }}",
"{{ $org }}/${{ $name }}": "dev-{{ .Github.RefName }}"
}
"repositories": {
"{{ $org }}/${{ $name }}": {
"type": "git",
"url": "https://github.com/{{ $repo }}.git"
}
}
}
runscript:
Expand Down

0 comments on commit a2c5eaf

Please sign in to comment.