From f3fd25f47afa7bd17258bab33a2e7ad6dc653cfe Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 28 Jun 2025 05:07:52 +0200 Subject: [PATCH] CI: fix typo --- .woodpecker/test.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 344524a..9af2459 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -22,12 +22,9 @@ steps: GISAF__DB__HOST: gisaf-database commands: # Initialize database - - ls -l .venv/bin/gisaf - - ls -l .venv/bin/python* - - cat .venv/bin/gisaf - .venv/bin/gisaf create-db - .venv/bin/pytest -s tests/basic.py services: gisaf-database: - image: code.philo.ydns.eu/philorg/treetrail-database + image: code.philo.ydns.eu/philorg/gisaf-database