Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
b1a5059643 | |||
471a25e19d | |||
0d1efefd19 | |||
a9fa267252 | |||
951718f764 |
2 changed files with 5 additions and 6 deletions
|
@ -7,7 +7,7 @@ depends_on:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
python_sync:
|
python_sync:
|
||||||
image: code.philo.ydns.eu/philorg/uv
|
image: code.philo.ydns.eu/philorg/uv-geo
|
||||||
volumes:
|
volumes:
|
||||||
- uv-cache:/uv-cache
|
- uv-cache:/uv-cache
|
||||||
environment:
|
environment:
|
||||||
|
@ -17,7 +17,7 @@ steps:
|
||||||
- uv sync
|
- uv sync
|
||||||
|
|
||||||
python_build:
|
python_build:
|
||||||
image: code.philo.ydns.eu/philorg/uv
|
image: code.philo.ydns.eu/philorg/uv-geo
|
||||||
volumes:
|
volumes:
|
||||||
- uv-cache:/uv-cache
|
- uv-cache:/uv-cache
|
||||||
environment:
|
environment:
|
||||||
|
@ -28,13 +28,12 @@ steps:
|
||||||
- uv cache prune --ci
|
- uv cache prune --ci
|
||||||
|
|
||||||
python_publish:
|
python_publish:
|
||||||
image: code.philo.ydns.eu/philorg/uv
|
image: code.philo.ydns.eu/philorg/uv-geo
|
||||||
volumes:
|
volumes:
|
||||||
- uv-cache:/uv-cache
|
- uv-cache:/uv-cache
|
||||||
environment:
|
environment:
|
||||||
UV_CACHE_DIR: /uv-cache
|
UV_CACHE_DIR: /uv-cache
|
||||||
UV_LINK_MODE: copy
|
UV_LINK_MODE: copy
|
||||||
environment:
|
|
||||||
OWNER: philorg
|
OWNER: philorg
|
||||||
REGISTRY_URL: https://code.philo.ydns.eu
|
REGISTRY_URL: https://code.philo.ydns.eu
|
||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
|
|
|
@ -6,7 +6,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
sync:
|
sync:
|
||||||
image: code.philo.ydns.eu/philorg/uv
|
image: code.philo.ydns.eu/philorg/uv-geo
|
||||||
volumes:
|
volumes:
|
||||||
- uv-cache:/uv-cache
|
- uv-cache:/uv-cache
|
||||||
environment:
|
environment:
|
||||||
|
@ -16,6 +16,6 @@ steps:
|
||||||
- uv sync
|
- uv sync
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: code.philo.ydns.eu/philorg/uv
|
image: code.philo.ydns.eu/philorg/uv-geo
|
||||||
commands:
|
commands:
|
||||||
- .venv/bin/pytest -s tests/basic.py
|
- .venv/bin/pytest -s tests/basic.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue