@@ -35,34 +35,18 @@ RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-
35
35
36
36
# Copy the forum-theme repository
37
37
RUN 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
47
38
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
56
40
57
41
# Copy all plugins to the Vanilla plugins folder
58
42
RUN cp -r /tmp/forums-plugins/. /vanillapp/plugins
59
43
60
44
# 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
66
50
67
51
# Install Topcoder dependencies
68
52
RUN composer install --working-dir /vanillapp/plugins/Topcoder
0 commit comments