Skip to content

Commit

Permalink
Add sample file to cores folder to test upload artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Petukhov <[email protected]>
  • Loading branch information
bbpetukhov committed Dec 18, 2024
1 parent 93cfc33 commit 413c575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bmq-sdk/src/test/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN echo "kill -QUIT $BROKER_PID" >> /tmp/startup.sh
RUN echo "sleep 5" >> /tmp/startup.sh
RUN echo "cat /proc/sys/kernel/core_pattern" >> /tmp/startup.sh
RUN echo "ls -lah /tmp/cores" >> /tmp/startup.sh
RUN echo "cat /proc/sys/kernel/core_pattern > /tmp/cores/sample.txt" >> /tmp/startup.sh
RUN echo "ls -lah /tmp/cores" >> /tmp/startup.sh
RUN chmod +x /tmp/startup.sh
CMD ["/tmp/startup.sh"]

Expand Down

0 comments on commit 413c575

Please sign in to comment.