Skip to content

Commit 0fe244a

Browse files
committed
ort-gitlab-ci: Remove ORT_DOCKER_IMAGE
Remove ability to set the Docker image to use as default can not easily be set to registry holding ORT for GitLab custom Docker image. Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 1eeae1e commit 0fe244a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ort-gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ort-scan:
2323
- apk add curl jq
2424
script:
2525
- |
26-
ORT_DOCKER_IMAGE=${ORT_DOCKER_IMAGE:-"${CI_REGISTRY_IMAGE}/ort-custom:latest"}
2726
ORT_GITLAB_CI_REVISION=${OSS_GITLAB_CI_REVISION:-main}
2827
resp=$(
2928
curl -fksSL --request POST \
@@ -37,7 +36,6 @@ ort-scan:
3736
--form "variables[FAIL_ON_OUTDATED_NOTICE_FILE]=$FAIL_ON_OUTDATED_NOTICE_FILE" \
3837
--form "variables[ORT_DISABLE_EVALUATOR]=$ORT_DISABLE_EVALUATOR" \
3938
--form "variables[ORT_DISABLE_SCANNER]=$ORT_DISABLE_SCANNER" \
40-
--form "variables[ORT_DOCKER_IMAGE]=$ORT_DOCKER_IMAGE" \
4139
--form "variables[NOTICE_FILE]=$NOTICE_FILE" \
4240
--form "variables[UPSTREAM_BRANCH]=$CI_COMMIT_REF_NAME" \
4341
--form "variables[UPSTREAM_PROJECT_ID]=$CI_PROJECT_ID" \

0 commit comments

Comments
 (0)