Skip to content

Commit

Permalink
Use rabbitmq:management docker image on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 22, 2024
1 parent e57a85f commit d24c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ubuntu/gha-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function start_rabbitmq
--volume "$GITHUB_WORKSPACE/.ci/ubuntu/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro" \
--volume "$GITHUB_WORKSPACE/.ci/certs:/etc/rabbitmq/certs:ro" \
--volume "$GITHUB_WORKSPACE/.ci/ubuntu/log:/var/log/rabbitmq" \
rabbitmq:latest
rabbitmq:management
}

function wait_rabbitmq
Expand Down

0 comments on commit d24c9a2

Please sign in to comment.