fix: add Dockerfile.dcos, fix .woodpecker.yml paths and remove || true

This commit is contained in:
Celes Renata
2026-08-02 05:59:18 -07:00
parent 5c69676bcf
commit 35df7d7522
2 changed files with 17 additions and 2 deletions
+1 -2
View File
@@ -5,7 +5,7 @@ steps:
- name: lint-and-test
image: python:3.12-slim
commands:
- pip install --break-system-packages ruff pytest asyncpg redis aiosqlite pyyaml pydantic
- pip install --break-system-packages ruff pytest pyyaml pydantic
- ruff check src/dcos/
- PYTHONPATH=src:$PYTHONPATH pytest tests/ -x --tb=short -q
when:
@@ -26,7 +26,6 @@ steps:
- name: deploy-to-k8s
image: bitnami/kubectl:latest
commands:
# Deploy using runmefirst.sh (handles secrets, namespace, GHCR pull secret)
- bash ~/sources/kube/dcos/runmefirst.sh
when:
event: push