We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b957b8 + feaf5a6 commit 2e822fcCopy full SHA for 2e822fc
Dockerfile
@@ -17,10 +17,10 @@ RUN rm -R /vanillapp/plugins/stubcontent
17
# Clone the forum-plugins repository
18
RUN git clone https://github.com/topcoder-platform/forums-plugins.git /tmp/forums-plugins
19
20
-# Remove SqlPlugin from PROD env
21
-RUN if [ "$ENV" = "prod" ]; \
22
- then rm -R /tmp/forums-plugins/DebugPlugin; \
23
- fi
+# Remove DebugPlugin from PROD env
+# RUN if [ "$ENV" = "prod" ]; \
+# then rm -R /tmp/forums-plugins/DebugPlugin; \
+# fi
24
25
# Copy the Filestack plugin
26
RUN git clone https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-filestack-plugin /tmp/forums-plugins/Filestack
0 commit comments