From bf361c304a45f9e76a15c81cc6cc42ad3fff02b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 8 Jun 2025 02:57:09 +0200 Subject: [PATCH] woodpecker: make update script less noisy --- .../tools/continuous-integration/woodpecker/update.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/woodpecker/update.sh b/pkgs/development/tools/continuous-integration/woodpecker/update.sh index 4ee52f9aded2..a52906ac8c98 100755 --- a/pkgs/development/tools/continuous-integration/woodpecker/update.sh +++ b/pkgs/development/tools/continuous-integration/woodpecker/update.sh @@ -13,15 +13,13 @@ if [[ $# -gt 1 || $1 == -* ]]; then exit 1 fi -set -x - cd "$(dirname "$0")" version="$1" set -euo pipefail if [ -z "$version" ]; then - version="$(wget -O- "${TOKEN_ARGS[@]}" "https://api.github.com/repos/woodpecker-ci/woodpecker/releases?per_page=1" | jq -r '.[0].tag_name')" + version="$(wget -q -O- "${TOKEN_ARGS[@]}" "https://api.github.com/repos/woodpecker-ci/woodpecker/releases?per_page=1" | jq -r '.[0].tag_name')" fi # strip leading "v"