ADD: added plugin redmine_startpage
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-02-11 21:47:00 +01:00
parent 859ca6edc6
commit edca77b6ec
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -52,3 +52,5 @@ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/farend/redm
RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine-git-remote.git redmine_git_remote RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine-git-remote.git redmine_git_remote
RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/Intera/redmine_startpage.git