fix: ansible-semaphore, matrix-element-web
Some checks failed
/ ansible-semaphore (push) Failing after 37s
/ atlasswprobe (push) Successful in 10m8s
/ daliserver (push) Successful in 2m24s
/ forgejo (push) Successful in 6m37s
/ forgejo-runner (push) Successful in 1m45s
/ http-mqtt-bridge (push) Successful in 5m0s
/ keycloak-24 (push) Successful in 10m23s
/ keycloak-25 (push) Successful in 9m56s
/ linux-diversion-ath-regd-optional (push) Successful in 18m30s
/ lottieconverter (push) Successful in 1m3s
/ matterbridge (push) Successful in 3m56s
/ matrix-element-web (push) Successful in 1m38s
/ matrix-hydrogen (push) Successful in 1m13s
/ matrix.to (push) Successful in 5m57s
/ maubot (push) Successful in 4m41s
/ maubot-plugin-spaceapi (push) Successful in 2m19s
/ maubot-plugin-ultimaker (push) Successful in 2m20s
/ mautrix-signal (push) Successful in 1m16s
/ mautrix-telegram (push) Successful in 1m15s
/ mediawiki-extension-auth-remoteuser (push) Successful in 1m6s
/ mediawiki-extension-nativesvghandler (push) Successful in 1m4s
/ mediawiki-extension-openidconnect (push) Successful in 1m26s
/ mediawiki-extension-pluggableauth (push) Successful in 1m9s
/ mqtt2prometheus (push) Successful in 4m15s
/ prometheus-ipmi-exporter (push) Successful in 1m45s
/ prometheus-dnsbl-exporter (push) Successful in 1m34s
/ prometheus2influxdb (push) Successful in 33s
/ python3-mautrix (push) Successful in 1m17s
/ python3-telethon (push) Successful in 1m24s
/ repo.s3lph.me-apt-source (push) Successful in 32s
/ republik-feeder (push) Successful in 1m8s
/ woodpecker-agent (push) Successful in 2m19s
/ woodpecker-cli (push) Successful in 2m16s

This commit is contained in:
s3lph 2024-06-10 23:07:44 +02:00
parent b558446308
commit d473c1677b
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ set -exo pipefail
PKGNAME=ansible-semaphore PKGNAME=ansible-semaphore
API_URL=https://api.github.com/repos/ansible-semaphore/semaphore/releases API_URL=https://api.github.com/repos/semaphoreui/semaphore/releases
JQ_EXPR='.[] | select( .prerelease==false and .draft==false and (.tag_name|test("^v[0-9.-]+$")) ) | "\(.name[1:]) \(.published_at) \(.assets[] | select(.name|test(".*_linux_amd64.tar.gz$")).browser_download_url )"' JQ_EXPR='.[] | select( .prerelease==false and .draft==false and (.tag_name|test("^v[0-9.-]+$")) ) | "\(.name[1:]) \(.published_at) \(.assets[] | select(.name|test(".*_linux_amd64.tar.gz$")).browser_download_url )"'
ROOT=$(pwd) ROOT=$(pwd)

View file

@ -3,7 +3,7 @@
set -exo pipefail set -exo pipefail
API_URL=https://api.github.com/repos/element-hq/element-web/releases API_URL=https://api.github.com/repos/element-hq/element-web/releases
JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="develop" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("element-.*.tar.gz$")).browser_download_url )"' JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="refs/heads/develop" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("element-.*.tar.gz$")).browser_download_url )"'
ROOT=$(pwd) ROOT=$(pwd)
function fetch() { function fetch() {