Compare commits
No commits in common. "main" and "master" have entirely different histories.
2 changed files with 6 additions and 13 deletions
|
@ -7,8 +7,7 @@ depends_on:
|
|||
|
||||
steps:
|
||||
python_sync:
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
pull: true
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
|
@ -18,7 +17,7 @@ steps:
|
|||
- uv sync
|
||||
|
||||
python_build:
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
|
@ -29,12 +28,13 @@ steps:
|
|||
- uv cache prune --ci
|
||||
|
||||
python_publish:
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
UV_CACHE_DIR: /uv-cache
|
||||
UV_LINK_MODE: copy
|
||||
environment:
|
||||
OWNER: philorg
|
||||
REGISTRY_URL: https://code.philo.ydns.eu
|
||||
REGISTRY_TOKEN:
|
||||
|
|
|
@ -6,8 +6,7 @@ when:
|
|||
|
||||
steps:
|
||||
sync:
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
pull: true
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
|
@ -17,12 +16,6 @@ steps:
|
|||
- uv sync
|
||||
|
||||
test:
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
environment:
|
||||
TREETRAIL_DB_HOST: treetrail-database
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
commands:
|
||||
- .venv/bin/pytest -s tests/basic.py
|
||||
|
||||
services:
|
||||
treetrail-database:
|
||||
image: code.philo.ydns.eu/philorg/treetrail-database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue