Skip to content

Commit

Permalink
remove config from transform
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 12, 2024
1 parent 20c9482 commit c95e9a4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions tests/github_actions/twig-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
prepare_shop:
git:
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'
composer:
transform: |
{
"require": {
"oxid-esales/twig-admin-theme": "dev-b-7.0.x-add-workflows-OXDEV-7760"
}
}
install_module:
matrix:
Expand All @@ -17,16 +24,6 @@ install_module:
ref: '{{ .Github.RefName }}'
package_name: &package_name '{{ print $org }}/{{ print $name }}'
path: *ids
composer:
transform: |
{
"config": {
"github-protocols": ["https"]
},
"require": {
"oxid-esales/twig-admin-theme": "dev-b-7.0.x-add-workflows-OXDEV-7760"
}
}

phpunit:
matrix:
Expand Down

0 comments on commit c95e9a4

Please sign in to comment.