mirror of
https://github.com/linuxserver/docker-d2-builder.git
synced 2026-01-18 19:01:57 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
0792018dca
commit
cd1237e1b5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -965,7 +965,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 "main" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user