mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-03-23 00:00:50 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
90bd848c07
commit
cfc3be9afe
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1028,7 +1028,7 @@ pipeline {
|
||||
"type": "commit",\
|
||||
"tagger": {"name": "LinuxServer-CI","email": "ci@linuxserver.io","date": "'${GITHUB_DATE}'"}}'
|
||||
echo "Pushing New release for Tag"
|
||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/releases/latest | jq '. |.body' | sed 's:^.\\(.*\\).$:\\1:' > releasebody.json
|
||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -s https://api.github.com/repos/${EXT_USER}/${EXT_REPO}/releases/latest | jq -r '. |.body' > releasebody.json
|
||||
jq -n \
|
||||
--arg tag_name "$META_TAG" \
|
||||
--arg target_commitish "glitch" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user