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

This commit is contained in:
Dominik Meyer 2025-01-12 13:36:30 +01:00
parent b4ea398568
commit 0620cf0bd0
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -18,8 +18,7 @@ ARG PLUGIN_COMMIT_redmine_startpage="HEAD"
ARG PLUGIN_COMMIT_redmine_spent_time="HEAD" ARG PLUGIN_COMMIT_redmine_spent_time="HEAD"
ARG PLUGIN_COMMIT_redmine_percent_done="HEAD" ARG PLUGIN_COMMIT_redmine_percent_done="HEAD"
ARG PLUGIN_COMMIT_redmine_documents_short="HEAD" ARG PLUGIN_COMMIT_redmine_documents_short="HEAD"
ARG PLUGIN_COMMIT_vividtone_my_page_blocks="HEAD"
ARG THEME_COMMIT_redmine_theme_farend_bleuclair="HEAD"
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git subversion RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git subversion
RUN apt-get -qy install build-essential RUN apt-get -qy install build-essential
@ -75,7 +74,7 @@ RUN cd plugins;git clone https://github.com/jkraemer/redmine_percent_done.git; c
RUN cd plugins;git clone https://github.com/smoreau/redmine_documents_short.git; cd redmine_documents_short; git checkout ${PLUGIN_COMMIT_redmine_documents_short} RUN cd plugins;git clone https://github.com/smoreau/redmine_documents_short.git; cd redmine_documents_short; git checkout ${PLUGIN_COMMIT_redmine_documents_short}
RUN cd plugins;git clone https://github.com/vividtone/redmine_vividtone_my_page_blocks.git; cd redmine_vividtone_my_page_blocks; git checkout ${PLUGIN_COMMIT_vividtone_my_page_blocks}
# #
# #