feat: add redmine_issue_badge plugin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-08-10 17:00:21 +02:00
parent 39ece5e0e3
commit 07f9fe3c40
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -75,5 +75,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redm
RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_documents_short.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/akiko-pusu/redmine_issue_badge.git
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh