@@ -35,34 +35,18 @@ RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-
3535
3636# Copy the forum-theme repository
3737RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/topcoder
38- RUN git clone --branch mfe https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/mfe-topcoder
39-
40- # Remove DebugPlugin from PROD env
41- # RUN if [ "$ENV" = "prod" ]; \
42- # then rm -R /tmp/forums-plugins/DebugPlugin; \
43- # fi
44-
45- # Copy the Filestack plugin
46- RUN git clone https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-filestack-plugin /tmp/forums-plugins/Filestack
4738
48- # Copy the Groups plugin
49- RUN git clone https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-groups-plugin /tmp/forums-plugins/Groups
50-
51- # Copy the SumoLogic plugin
52- RUN git clone https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-sumologic-plugin /tmp/forums-plugins/Sumologic
53-
54- # Copy the TopcoderEditor plugin
55- RUN git clone https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-topcoder-editor-plugin /tmp/forums-plugins/TopcoderEditor
39+ RUN git clone --branch mfe https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/mfe-topcoder
5640
5741# Copy all plugins to the Vanilla plugins folder
5842RUN cp -r /tmp/forums-plugins/. /vanillapp/plugins
5943
6044# Get the debug bar plugin
61- RUN if [ "$ENV" = "dev" ]; then \
62- wget https://us.v-cdn.net/5018160/uploads/addons/KSBIPJYMC0F2.zip; \
63- unzip KSBIPJYMC0F2.zip; \
64- cp -r debugbar /vanillapp/plugins; \
65- fi
45+ # RUN if [ "$ENV" = "dev" ]; then \
46+ # wget https://us.v-cdn.net/5018160/uploads/addons/KSBIPJYMC0F2.zip; \
47+ # unzip KSBIPJYMC0F2.zip; \
48+ # cp -r debugbar /vanillapp/plugins; \
49+ # fi
6650
6751# Install Topcoder dependencies
6852RUN composer install --working-dir /vanillapp/plugins/Topcoder
0 commit comments