Skip to content

Commit 32ab198

Browse files
add composer to prepare_shop
1 parent 47d66c5 commit 32ab198

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/github_actions/twig-component.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
prepare_shop:
22
git:
33
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'
4+
composer:
5+
transform: |
6+
{
7+
"config": {
8+
"github-protocols": ["https"]
9+
},
10+
"require": {
11+
"oxid-esales/twig-admin-theme": "dev-b-7.0.x-add-workflows-OXDEV-7760"
12+
}
13+
}
14+
415
# {{ $ids := "twig-component" }}ids: {{ print $ids }}
516
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
617
# {{ $name := "twig-component" }}name: {{ print $name }}

0 commit comments

Comments
 (0)