fix identation

This commit is contained in:
Pablo Martin 2025-03-24 12:16:59 +01:00
parent 73f40ff1a5
commit f6c1043038

View file

@ -76,7 +76,8 @@ steps:
set -a && source .env && set +a
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d prd-pointer -c "DROP SCHEMA IF EXISTS HARDCODED_SCHEMA CASCADE;"
displayName: "Preemptive DROP SCHEMA"
displayName: "Preemptive DROP SCHEMA"
- script: |
source venv/bin/activate