Skip to content

Commit

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

Signed-off-by: Rui <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jun 1, 2024
1 parent fac5a82 commit 62e7924
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.4.1.tar.gz"
sha256 "0d0d86a2cb776a9c0389d683b82274aee68d9ec308468035b071cafae500c9ce"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v2.5.0.tar.gz"
sha256 "54dc09cb1e1b9670bce1e0730a5b19eccd2494f381b0026b13cd1339bdf3607c"
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 "woodpecker-cli is not setup", output
assert_match "woodpecker-cli is not yet set up", 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 62e7924

Please sign in to comment.