Skip to content

Commit f5f6254

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ RUN set -eux; \
8888
COPY --chown=www-data:www-data / /api
8989

9090
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
91+
# RUN git clone https://github.com/StarCitizenWiki/scunpacked-data --branch=master --depth=1 storage/app/api/scunpacked-data
9292

9393
RUN rm -rf storage/app/api/ScToolBoxLocales
94-
RUN git clone https://github.com/StarCitizenToolBox/LocalizationData --branch=main --depth=1 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)