Skip to content

Commit

Permalink
Match .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Sep 19, 2024
1 parent 03baf38 commit 0720985
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/oxid-esales/defaults/defaults_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ global:
# {{ $shop_type := "ce" }}$shop_type: {{ printf "%q" $shop_type }}

# Repository related settings
# As this is only used in the install job now, this whole section will be
# moved there in v5 and no longer be aliased

git: &git
# URL for the docker-eshop sdk repository to clone
# Deprecated, remove in v5
Expand All @@ -81,12 +84,22 @@ global:
sdk_ref: &git_sdk_ref 'master'

# URL for the oxidshop_ce repository
# This is deprecated and will be superseded by "repository" as we use
# this for checking out the root composer.json and not necessarily a shop
shop_url: &git_shop_url 'https://github.com/OXID-eSales/oxideshop_ce.git'

# Branch, tag or hash of the commit to check out
# This is deprecated and will be superseded by "ref" in v5
shop_ref: &git_shop_ref '{{ .Github.RefName }}'

# URL for the oxidshop_pe repository
# Name of the repository containing the root composer.json
# This can be used for private repositories as you can't use composer.root_url
repository: 'OXID-eSales/oxideshop_ce'

# Branch to use for the repository containing the root url
ref: '{{ .Github.RefName }}'

# URL for the oxidshop_ee repository
enterprise_url: 'https://github.com/OXID-eSales/oxideshop_ee.git'

# Branch to check out for the enterprise repos
Expand Down

0 comments on commit 0720985

Please sign in to comment.