Skip to content

Commit 42314e8

Browse files
committed
ci: Don't checkout submodules in image
1 parent 2209500 commit 42314e8

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
@@ -87,11 +87,11 @@ RUN set -eux; \
8787

8888
COPY --chown=www-data:www-data / /api
8989

90-
RUN rm -rf storage/app/api/scunpacked-data
91-
RUN git clone https://github.com/StarCitizenWiki/scunpacked-data --branch=master --depth=1 storage/app/api/scunpacked-data
90+
# RUN rm -rf storage/app/api/scunpacked-data
91+
# RUN git clone https://github.com/StarCitizenWiki/scunpacked-data --branch=master --depth=1 storage/app/api/scunpacked-data
9292

93-
RUN rm -rf storage/app/api/ScToolBoxLocales
94-
RUN git clone https://github.com/StarCitizenToolBox/LocalizationData --branch=main --depth=1 storage/app/api/ScToolBoxLocales
93+
# RUN rm -rf storage/app/api/ScToolBoxLocales
94+
# RUN git clone https://github.com/StarCitizenToolBox/LocalizationData --branch=main --depth=1 storage/app/api/ScToolBoxLocales
9595

9696
RUN /usr/bin/composer dump-autoload --optimize --classmap-authoritative
9797

0 commit comments

Comments
 (0)