Skip to content

Commit 2e822fc

Browse files
committed
Merge branch 'develop'
2 parents 5b957b8 + feaf5a6 commit 2e822fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN rm -R /vanillapp/plugins/stubcontent
1717
# Clone the forum-plugins repository
1818
RUN git clone https://github.com/topcoder-platform/forums-plugins.git /tmp/forums-plugins
1919

20-
# Remove SqlPlugin from PROD env
21-
RUN if [ "$ENV" = "prod" ]; \
22-
then rm -R /tmp/forums-plugins/DebugPlugin; \
23-
fi
20+
# Remove DebugPlugin from PROD env
21+
# RUN if [ "$ENV" = "prod" ]; \
22+
# then rm -R /tmp/forums-plugins/DebugPlugin; \
23+
# fi
2424

2525
# Copy the Filestack plugin
2626
RUN git clone https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-filestack-plugin /tmp/forums-plugins/Filestack

0 commit comments

Comments
 (0)