Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kamel 2.4.0 #180363

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/k/kamel.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kamel < Formula
desc "Apache Camel K CLI"
homepage "https://camel.apache.org/"
url "https://github.com/apache/camel-k/archive/refs/tags/v2.3.3.tar.gz"
sha256 "0a2ce0113407bb56b60ed38a0e150b0056eb890fc1daa5fc31695aef96233317"
url "https://github.com/apache/camel-k/archive/refs/tags/v2.4.0.tar.gz"
sha256 "0535bb2c9c0c48f75bccd8a36c2bc866dd0b7959034ee18e473b08ff210ca9e4"
license "Apache-2.0"
head "https://github.com/apache/camel-k.git", branch: "main"

Expand Down Expand Up @@ -47,9 +47,9 @@ def install
assert_match "Error: cannot get command client: invalid configuration", reset_output

rebuild_output = shell_output("echo $(#{bin}/kamel rebuild 2>&1)")
assert_match "Config not found", rebuild_output
assert_match "Error: cannot get command client: invalid configuration", rebuild_output

reset_output = shell_output("echo $(#{bin}/kamel reset 2>&1)")
assert_match "Config not found", reset_output
assert_match "Error: cannot get command client: invalid configuration", reset_output
end
end
Loading