Skip to content

Commit ab25f7b

Browse files
tsteenbefviernau
authored andcommitted
gitlab-ci: Align value of ORT_CONFIG_PACKAGE_CONFIGURATION_DIR with ORT
This is the default name for package configuration directory in ORT is 'package-configurations', see [1]. [1]: https://github.com/oss-review-toolkit/ort/blob/d3a76f0cd4fc4a8e7230ab8072a6a10e56b88e63/utils/core/src/main/kotlin/Constants.kt#L84-L86 Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent c95ec77 commit ab25f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ort-scan:
136136
ORT_CONFIG_CUSTOM_LICENSE_TEXTS_DIR: "${ORT_CONFIG_DIR}/custom-license-ids"
137137
ORT_CONFIG_LICENSE_CONFIGURATION_FILE: "${ORT_CONFIG_DIR}/license-classifications.yml"
138138
ORT_CONFIG_RESOLUTIONS_FILE: "${ORT_CONFIG_DIR}/resolutions.yml"
139-
ORT_CONFIG_PACKAGE_CONFIGURATION_DIR: "${ORT_CONFIG_DIR}/packages"
139+
ORT_CONFIG_PACKAGE_CONFIGURATION_DIR: "${ORT_CONFIG_DIR}/package-configurations"
140140
ORT_CONFIG_NOTICE_TEMPLATE_PATHS: "${ORT_CONFIG_DIR}/notice/summary.ftl,${ORT_CONFIG_DIR}/notice/by-package.ftl"
141141

142142
ORT_DATA_DIR: ".ort"

0 commit comments

Comments
 (0)