Disable submodules in Drone after flattening pxy_city_digital_twins
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4ec76203bb
commit
115a3d1637
@ -4,7 +4,7 @@ name: deploy-polisplexity
|
|||||||
|
|
||||||
clone:
|
clone:
|
||||||
depth: 1
|
depth: 1
|
||||||
submodules: true
|
submodules: false # <- ya no hay submódulos
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install dependencies and run Django checks
|
- 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 migrate --noinput
|
||||||
- docker compose exec web python manage.py collectstatic --noinput
|
- docker compose exec web python manage.py collectstatic --noinput
|
||||||
- echo "🚀 Production deployment complete"
|
- echo "🚀 Production deployment complete"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user