We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07317fc + 4c2b016 commit 37381a1Copy full SHA for 37381a1
.github/workflows/oci.yaml
@@ -41,10 +41,6 @@ jobs:
41
- name: Checkout
42
uses: actions/checkout@v3
43
44
- - name: Inject RabbitMQ Version
45
- run: |
46
- sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
47
-
48
- name: Mount Bazel Cache
49
uses: actions/[email protected]
50
with:
packaging/docker-image/install_rabbitmq.sh
@@ -52,6 +52,3 @@ rabbitmqadmin --version
52
# rabbitmq_prometheus
53
rabbitmq-plugins enable --offline rabbitmq_prometheus && \
54
rabbitmq-plugins is_enabled rabbitmq_prometheus --offline
55
56
-# enable all plugins for dev
57
-rabbitmq-plugins enable --all
0 commit comments