Skip to content

Commit e3c66df

Browse files
Debugging TLS builds on CI is fun, round 11
1 parent fe0da14 commit e3c66df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
-p 15671:15671 \
150150
-p 15672:15672 \
151151
-p 5672:5672 \
152-
-v ${{ github.workspace }}/tests/tls/certs/.erlang.cookie:/var/lib/rabbitmq/.erlang.cookie:ro \
152+
-v ${{ github.workspace }}/tests/tls/certs/.erlang.cookie:/var/lib/rabbitmq/.erlang.cookie \
153153
-v ${{ github.workspace }}/tests/tls/certs:/certs:ro \
154154
-v ${{ github.workspace }}/tests/tls/certs/rabbitmq.conf:/etc/rabbitmq/conf.d/10-tls.conf:ro \
155155
rabbitmq:${{ matrix.rabbitmq-series }}-management

0 commit comments

Comments
 (0)