Skip to content

Commit 5efa215

Browse files
committed
gitlab-ci: Use ORT configuration repository as the default
In case user does not specificy repository with ORT configuration and curations files, use [ort-config]. [ort-config]: https://github.com/oss-review-toolkit/ort-config Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 0fe244a commit 5efa215

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
@@ -199,7 +199,7 @@ ort-scan:
199199
- export DISABLE_SHALLOW_CLONE=${DISABLE_SHALLOW_CLONE:-"false"}
200200
- export FAIL_ON_OUTDATED_NOTICE_FILE=${FAIL_ON_OUTDATED_NOTICE_FILE:-"false"}
201201
- export ORT_CONFIG_REVISION=${ORT_CONFIG_REVISION:-"main"}
202-
- export ORT_CONFIG_REPO_SSH_URL=${ORT_CONFIG_REPO_SSH_URL:-"git@gitlab.com:${CI_PROJECT_NAMESPACE}/ort-configuration.git"}
202+
- export ORT_CONFIG_REPO_SSH_URL=${ORT_CONFIG_REPO_SSH_URL:-"https://github.com/oss-review-toolkit/ort-config.git"}
203203
- export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
204204
- export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
205205
- export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}

0 commit comments

Comments
 (0)