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.
1 parent 7a0689f commit 42e787dCopy full SHA for 42e787d
Dockerfile
@@ -35,7 +35,7 @@ RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-
35
RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-topcoder-editor-plugin /tmp/forums-plugins/TopcoderEditor
36
37
# Copy the forum-theme repository
38
-RUN git clone --branch ${BRANCH} 'https://github.com/topcoder-platform/forums-theme.git' /vanillapp/themes/topcoder
+RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/topcoder
39
40
# Remove DebugPlugin from PROD env
41
# RUN if [ "$ENV" = "prod" ]; \
0 commit comments