mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
+2
-2
@@ -71,7 +71,7 @@ stages:
|
|||||||
--arg commit "$CI_COMMIT_SHA" \
|
--arg commit "$CI_COMMIT_SHA" \
|
||||||
--arg run_url "$RUN_URL" \
|
--arg run_url "$RUN_URL" \
|
||||||
'{
|
'{
|
||||||
username: "CI Bot - LTI WEB",
|
username: "CI Bot - LTI API",
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: $title,
|
title: $title,
|
||||||
description: $desc,
|
description: $desc,
|
||||||
@@ -80,7 +80,7 @@ stages:
|
|||||||
{name: "Repository", value: $repo, inline: true},
|
{name: "Repository", value: $repo, inline: true},
|
||||||
{name: "Actor", value: $actor, inline: true},
|
{name: "Actor", value: $actor, inline: true},
|
||||||
{name: "Commit", value: $commit, inline: false},
|
{name: "Commit", value: $commit, inline: false},
|
||||||
{name: "Pipeline", value: "[Open run](" + $run_url + ")", inline: false}
|
{name: "Pipeline", value: ("[Open run](" + $run_url + ")"), inline: false}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
}' > payload.json
|
}' > payload.json
|
||||||
|
|||||||
Reference in New Issue
Block a user