Fix pathing issue with CI/CD

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-10-27 15:26:30 -07:00
parent 29e487ac47
commit 0c8cbdc3de
2 changed files with 4 additions and 4 deletions

View File

@@ -49,6 +49,8 @@ RUN mkdir /root/OM
RUN mkdir /root/OM/organicmaps
# And a volume to store the large output/temp files here
RUN mkdir /root/OM/maps_build
# And the output of the app build
RUN mkdir /root/OM/omim-build-release
# And a volume to store >10gb files for the planet here
RUN mkdir /home/planet

View File

@@ -25,18 +25,16 @@ echo "<$(date +%T)> Starting..."
# Prepare paths
#
# Already created by Dockerfile:
# Already created by Dockerfile or CI/CD:
# /root/OM
# /root/OM/organicmaps
# /root/OM/omim-build-release
# /root/OM/maps_build
# /home/planet
#
mkdir -p /root/.config/CoMaps # Odd mkdir permission errors in generator_tool in Docker without these
chmod -R 777 /root/.config
mkdir -p ~/.config/rclone
mkdir -p ~/OM/maps_build
mkdir -p ~/OM/omim-build-release
mkdir -p ~/OM/osmctools
mkdir -p /home/planet/planet/isolines/
mkdir -p /home/planet/planet/kayak/
mkdir -p /home/planet/planet/tiger/