Skip to content

Commit

Permalink
OXDEV-7728: Remove unnecessary variable assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Apr 3, 2024
1 parent 80f6068 commit 49c897a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/oxid-esales/graphql-storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_module:
ids: &ids '{{ print $ids }}'
git:
module:
url: &git_module_url '{{ .Github.Repository }}'
url: '{{ .Github.Repository }}'
ref: '{{ .Github.RefName }}'
package_name: &package_name '{{ print $org }}/{{ print $name }}'
path: *ids
Expand All @@ -63,7 +63,7 @@ runtest:

codeception:
matrix:
testplan: &module_testplan '
testplan: '
[
"~/graphql-storefront-address.yml",
"~/graphql-storefront-basket.yml",
Expand Down

0 comments on commit 49c897a

Please sign in to comment.