Skip to content

Commit 137af64

Browse files
committed
Remove rabbitmq workaround
This is now causing issues in Gophercloud. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 1cb10a8 commit 137af64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

action.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ runs:
2828
- name: Erase MySQL package
2929
run: sudo apt-get purge mysql-* || true
3030
shell: bash
31-
# This is to avoid RabbitMQ to fail at startup because a wrong version of erlang was installed
32-
- name: Workaround for RabbitMQ
33-
run: |
34-
sudo apt-get purge -y esl-erlang || true
35-
sudo apt-get install -y erlang rabbitmq-server || true
36-
shell: bash
3731
- name: Workaround for docker.io
3832
if: ${{ inputs.enable_workaround_docker_io == 'true' }}
3933
run: |

0 commit comments

Comments
 (0)