mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +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 run_url "$RUN_URL" \
|
||||
'{
|
||||
username: "CI Bot - LTI WEB",
|
||||
username: "CI Bot - LTI API",
|
||||
embeds: [{
|
||||
title: $title,
|
||||
description: $desc,
|
||||
@@ -80,7 +80,7 @@ stages:
|
||||
{name: "Repository", value: $repo, inline: true},
|
||||
{name: "Actor", value: $actor, inline: true},
|
||||
{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
|
||||
|
||||
Reference in New Issue
Block a user