We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe244a commit 5efa215Copy full SHA for 5efa215
.gitlab-ci.yml
@@ -199,7 +199,7 @@ ort-scan:
199
- export DISABLE_SHALLOW_CLONE=${DISABLE_SHALLOW_CLONE:-"false"}
200
- export FAIL_ON_OUTDATED_NOTICE_FILE=${FAIL_ON_OUTDATED_NOTICE_FILE:-"false"}
201
- 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"}
+ - export ORT_CONFIG_REPO_SSH_URL=${ORT_CONFIG_REPO_SSH_URL:-"https://github.com/oss-review-toolkit/ort-config.git"}
203
- export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
204
- export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
205
- export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}
0 commit comments