Skip to content

Commit

Permalink
ci: ignore errors from cilium status
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Nov 8, 2024
1 parent 675f067 commit 2bf4d95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pipelines/templates/cilium-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ steps:
sha256sum --check cilium-linux-${CLI_ARCH}.tar.gz.sha256sum
sudo tar xzvfC cilium-linux-${CLI_ARCH}.tar.gz /usr/local/bin
rm cilium-linux-${CLI_ARCH}.tar.gz{,.sha256sum}
# We can ignore failures from cilium status as cilium agent will not be in ready status until CNS is installed.
set +e
cilium status
cilium version
name: "installCiliumCLI"
Expand Down

0 comments on commit 2bf4d95

Please sign in to comment.