We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c5066 commit a13b79cCopy full SHA for a13b79c
.github/workflows/build.yaml
@@ -88,8 +88,8 @@ jobs:
88
- name: Build and run integration tests with Maven
89
timeout-minutes: 120
90
run: |
91
- echo /proc/sys/kernel/core_pattern
92
-
+ cat /proc/sys/kernel/core_pattern
+
93
# Allow core dumps
94
ulimit -c unlimited
95
bmq-sdk/src/test/docker/Dockerfile
@@ -3,8 +3,8 @@ FROM ${image}
3
4
ENV BMQ_DOCKER_TMPDIR=/tmp/bmq-broker
5
6
-RUN mkdir -p /tmp/cores && chmod 777 /tmp/cores
7
-RUN echo "Hello, World!" > /tmp/cores/my-new-file.txt
+# RUN mkdir -p /tmp/cores && chmod 777 /tmp/cores
+# RUN echo "Hello, World!" > /tmp/cores/my-new-file.txt
8
9
COPY config/ /etc/local/bmq/
10
0 commit comments