Skip to content

Commit

Permalink
woodpecker-cli 2.4.0
Browse files Browse the repository at this point in the history
woodpecker-cli: update test

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Mar 19, 2024
1 parent 9b72cd7 commit 02aaf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/w/woodpecker-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WoodpeckerCli < Formula
desc "CLI client for the Woodpecker Continuous Integration server"
homepage "https://woodpecker-ci.org/"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.3.0.tar.gz"
sha256 "ffc0fc1745caa10c1f98d47ed409aad40563d1a89a0282d1ac68b07108300c3b"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.4.0.tar.gz"
sha256 "d54bdd92b987012988993f8bf424933ea194548dddd90b72dc6eb7cd93ed1511"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

Expand All @@ -25,7 +25,7 @@ def install

test do
output = shell_output("#{bin}/woodpecker-cli info 2>&1", 1)
assert_match "you must provide the Woodpecker server address", output
assert_match "woodpecker-cli is not setup", output

output = shell_output("#{bin}/woodpecker-cli lint 2>&1", 1)
assert_match "could not detect pipeline config", output
Expand Down

0 comments on commit 02aaf3f

Please sign in to comment.