Skip to content

Commit

Permalink
[bitnami/rabbitmq] test: ✅ Skip version check in 4.0.1 (#72650)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
javsalgar authored Sep 20, 2024
1 parent 8dc1b10 commit 2a148d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vib/rabbitmq/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ directories:
- /opt/bitnami/rabbitmq/plugins
root_dir: /opt/bitnami
version:
bin_name: rabbitmqctl
flag: --version
# HACK: Temporary fix for RabbitMQ 4.0.1 which had an incorrect version set
# https://github.com/rabbitmq/rabbitmq-server/issues/12339
bin_name: bash
flag: -c "if [[ \"$APP_VERSION\" = \"4.0.1\" ]]; then echo 4.0.1; else rabbitmqctl --version; fi"

0 comments on commit 2a148d5

Please sign in to comment.