Remove outdated per-arch Jenkins badges
Unfortunately we don't have a good replacement for these, but they're very, very outdated, so this removes them.
This commit is contained in:
parent
8866e046fa
commit
09f35f7573
|
|
@ -134,10 +134,6 @@ for image in "${images[@]}"; do
|
|||
# opensuse, etc
|
||||
partial='**No supported tags**'
|
||||
fi
|
||||
elif [ -n "$ARCH_SPECIFIC_DOCS" ]; then
|
||||
jenkinsJobUrl="https://doi-janky.infosiftr.net/job/multiarch/job/$BASHBREW_ARCH/job/$repo/"
|
||||
jenkinsImageUrl="https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/$BASHBREW_ARCH/job/$repo.svg?label=%%IMAGE%%%20%20build%20job"
|
||||
partial+=$'\n\n''[]('"$jenkinsJobUrl"')'
|
||||
fi
|
||||
replace_field "$targetFile" 'TAGS' "$partial"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue