Skip to content

Commit

Permalink
argocd-autopilot 0.2.8
Browse files Browse the repository at this point in the history
* argocd-autopilot 0.2.8
* update test

Closes #80226.

Co-authored-by: rui <[email protected]>
Signed-off-by: Sean Molenaar <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
2 people authored and BrewTestBot committed Jun 30, 2021
1 parent 94d160c commit b56155b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/argocd-autopilot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class ArgocdAutopilot < Formula
desc "Opinionated way of installing Argo CD and managing GitOps repositories"
homepage "https://argoproj.io"
url "https://github.com/argoproj-labs/argocd-autopilot.git",
tag: "v0.2.7",
revision: "9b4e705e86c3334ceb42bffe3b7fd97d67e230ad"
tag: "v0.2.8",
revision: "506193f5a494a7613846205d34acd2e545a7d720"
license "Apache-2.0"

bottle do
Expand All @@ -22,7 +22,8 @@ def install

test do
assert_match version.to_s, shell_output("#{bin}/argocd-autopilot version")
assert_match "authentication failed",
shell_output("#{bin}/argocd-autopilot repo create -o foo -n bar -t dummy 2>&1", 1)

assert_match "required flag(s) \\\"git-token\\\" not set\"",
shell_output("#{bin}/argocd-autopilot repo bootstrap --repo https://github.com/example/repo 2>&1", 1)
end
end

0 comments on commit b56155b

Please sign in to comment.