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 e80894b commit 724e0f1Copy full SHA for 724e0f1
ort-gitlab-ci.yml
@@ -28,7 +28,7 @@ ort-scan:
28
resp=$(
29
curl -fksSL --request POST \
30
--form "token=${ORT_TRIGGER_API_TOKEN}" \
31
- --form "variables[SW_NAME]=$ORT_SW_NAME" \
+ --form "variables[SW_NAME]=$SW_NAME" \
32
--form "variables[SW_VERSION]=$SW_VERSION" \
33
--form "variables[VCS_URL]=$VCS_URL" \
34
--form "variables[ORT_CONFIG_FILE]=$ORT_CONFIG_FILE" \
0 commit comments