@@ -199,7 +199,7 @@ ort-scan:
199
199
- export DISABLE_SHALLOW_CLONE=${DISABLE_SHALLOW_CLONE:-"false"}
200
200
- export FAIL_ON_OUTDATED_NOTICE_FILE=${FAIL_ON_OUTDATED_NOTICE_FILE:-"false"}
201
201
- export ORT_CONFIG_REVISION=${ORT_CONFIG_REVISION:-"main"}
202
- - export ORT_CONFIG_REPO_SSH_URL =${ORT_CONFIG_REPO_SSH_URL :-"https://github.com/oss-review-toolkit/ort-config.git"}
202
+ - export ORT_CONFIG_REPO_URL =${ORT_CONFIG_REPO_URL :-"https://github.com/oss-review-toolkit/ort-config.git"}
203
203
- export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
204
204
- export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
205
205
- export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}
@@ -217,7 +217,7 @@ ort-scan:
217
217
- echo "export SW_NAME='$SW_NAME'" >> vars.env
218
218
- echo "export SW_VERSION='$SW_VERSION'" >> vars.env
219
219
- echo "export ORT_ALLOW_DYNAMIC_VERSIONS='$ORT_ALLOW_DYNAMIC_VERSIONS'" >> vars.env
220
- - echo "export ORT_CONFIG_REPO_SSH_URL ='$ORT_CONFIG_REPO_SSH_URL '" >> vars.env
220
+ - echo "export ORT_CONFIG_REPO_URL ='$ORT_CONFIG_REPO_URL '" >> vars.env
221
221
- echo "export ORT_DISABLE_ADVISOR='${ORT_DISABLE_ADVISOR:-'false'}'" >> vars.env
222
222
- echo "export ORT_DISABLE_EVALUATOR='${ORT_DISABLE_EVALUATOR:-'false'}'" >> vars.env
223
223
- echo "export ORT_DISABLE_SCANNER='${ORT_DISABLE_SCANNER:-'false'}'" >> vars.env
@@ -272,7 +272,7 @@ ort-scan:
272
272
- mkdir -p $ORT_CONFIG_DIR && cd $ORT_CONFIG_DIR
273
273
- git config --global init.defaultBranch master
274
274
- git init
275
- - git remote add origin $ORT_CONFIG_REPO_SSH_URL
275
+ - git remote add origin $ORT_CONFIG_REPO_URL
276
276
- git fetch --depth 1 origin $ORT_CONFIG_REVISION
277
277
- git checkout FETCH_HEAD
278
278
- ORT_CONFIG_REVISION=$(git rev-parse HEAD)
0 commit comments