Skip to content

Commit 724e0f1

Browse files
committed
ort-gitlab-ci: Fix-up SW_NAME parameter
Accidental left-over after variable naming clean up. Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent e80894b commit 724e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ort-gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ort-scan:
2828
resp=$(
2929
curl -fksSL --request POST \
3030
--form "token=${ORT_TRIGGER_API_TOKEN}" \
31-
--form "variables[SW_NAME]=$ORT_SW_NAME" \
31+
--form "variables[SW_NAME]=$SW_NAME" \
3232
--form "variables[SW_VERSION]=$SW_VERSION" \
3333
--form "variables[VCS_URL]=$VCS_URL" \
3434
--form "variables[ORT_CONFIG_FILE]=$ORT_CONFIG_FILE" \

0 commit comments

Comments
 (0)