From 115a3d1637645933aa65321158fc81409e9feca9 Mon Sep 17 00:00:00 2001 From: Ekaropolus Date: Tue, 13 May 2025 02:22:24 -0600 Subject: [PATCH] Disable submodules in Drone after flattening pxy_city_digital_twins --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1435bc4..229bf2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: deploy-polisplexity clone: depth: 1 - submodules: true + submodules: false # <- ya no hay submódulos steps: - name: install dependencies and run Django checks @@ -51,4 +51,3 @@ steps: - docker compose exec web python manage.py migrate --noinput - docker compose exec web python manage.py collectstatic --noinput - echo "🚀 Production deployment complete" - \ No newline at end of file