Skip to content

Commit 544471e

Browse files
tsteenbesschuberth
authored andcommitted
gitlab-ci: Minor improvements of pipeline varables
- Aligning on same style for description to future string quoting issues. - Fix up of incorrect default value for ORT_LOG_LEVEL. Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent c51bc74 commit 544471e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,21 @@ variables:
2424
SW_NAME:
2525
value: ""
2626
description: |
27-
"Name of project, product or component to be scanned.
28-
By default the name of the repository is used as shown in its clone URL."
27+
Name of project, product or component to be scanned.
28+
By default the name of the repository is used as shown in its clone URL.
2929
SW_VERSION:
3030
value: ""
3131
description: |
3232
Project version number or release name (use the version from package metadata, not VCS revision).
3333
By default, the Git short SHA is used.
3434
VCS_TYPE:
3535
value: "git"
36-
description: "Identifier of the project version control system (git, git-repo, mercurial or subversion)."
36+
description: |
37+
Identifier of the project version control system (git, git-repo, mercurial or subversion).
3738
VCS_URL:
3839
value: ""
39-
description: "VCS URL (clone URL) of project to scan."
40+
description: |
41+
VCS URL (clone URL) of project to scan.
4042
VCS_REVISION:
4143
value: ""
4244
description: |
@@ -98,8 +100,8 @@ variables:
98100
ORT_LOG_LEVEL:
99101
value: ""
100102
description: |
101-
Set value to 'debug' to see additional debug output to help tracking down errors.
102-
By default set to 'info'.
103+
Set value to 'debug' to see additional debug output to help tracking down errors.
104+
By default set to 'warn'.
103105
ORT_REVISION:
104106
value: ""
105107
description: |
@@ -110,10 +112,12 @@ variables:
110112
Docker image.
111113
ORT_USE_DEV_DB:
112114
value: "false"
113-
description: "Set to 'true' to download/upload scanned results from/to development database."
115+
description: |
116+
Set to 'true' to download/upload scanned results from/to development database.
114117
REBUILD_DOCKER_IMAGE:
115118
value: "false"
116-
description: "Set value to 'true' in order to rebuild the Docker image."
119+
description: |
120+
Set value to 'true' in order to rebuild the Docker image.
117121
ORT_URL: https://github.com/oss-review-toolkit/ort.git
118122
FF_SCRIPT_SECTIONS: "true"
119123

0 commit comments

Comments
 (0)