fix: add Dockerfile.dcos, fix .woodpecker.yml paths and remove || true
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user