Skip to content

Commit 42e787d

Browse files
committed
Issues-440: fixed link for the theme repo
1 parent 7a0689f commit 42e787d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-
3535
RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-topcoder-editor-plugin /tmp/forums-plugins/TopcoderEditor
3636

3737
# Copy the forum-theme repository
38-
RUN git clone --branch ${BRANCH} 'https://github.com/topcoder-platform/forums-theme.git' /vanillapp/themes/topcoder
38+
RUN git clone --branch ${BRANCH} https://${CI_DEPLOY_TOKEN}@github.com/topcoder-platform/forums-theme.git /vanillapp/themes/topcoder
3939

4040
# Remove DebugPlugin from PROD env
4141
# RUN if [ "$ENV" = "prod" ]; \

0 commit comments

Comments
 (0)