Skip to content

Commit a13b79c

Browse files
committed
Refactor run broker
Signed-off-by: Dmitrii Petukhov <[email protected]>
1 parent 21c5066 commit a13b79c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
- name: Build and run integration tests with Maven
8989
timeout-minutes: 120
9090
run: |
91-
echo /proc/sys/kernel/core_pattern
92-
91+
cat /proc/sys/kernel/core_pattern
92+
9393
# Allow core dumps
9494
ulimit -c unlimited
9595

bmq-sdk/src/test/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM ${image}
33

44
ENV BMQ_DOCKER_TMPDIR=/tmp/bmq-broker
55

6-
RUN mkdir -p /tmp/cores && chmod 777 /tmp/cores
7-
RUN echo "Hello, World!" > /tmp/cores/my-new-file.txt
6+
# RUN mkdir -p /tmp/cores && chmod 777 /tmp/cores
7+
# RUN echo "Hello, World!" > /tmp/cores/my-new-file.txt
88

99
COPY config/ /etc/local/bmq/
1010

0 commit comments

Comments
 (0)