From 05fce3d81ad6a8552ebf7c4a1e967f9af0b3df8f Mon Sep 17 00:00:00 2001 From: nyyu Date: Thu, 25 Jul 2024 07:14:28 +0200 Subject: [PATCH] fix: use curl --- .woodpecker/.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 6d66571..8a5f5df 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -31,7 +31,7 @@ steps: image: sonarsource/sonar-scanner-cli:11 pull: true commands: - - wget -q -O- https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash + - curl -s https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash secrets: [ sonar_host_url, sonar_token ] when: # path: