refactor CI pipeline
ci/woodpecker/tag/build Pipeline was successful Szczegóły
ci/woodpecker/tag/test Pipeline was successful Szczegóły
ci/woodpecker/tag/push Pipeline was successful Szczegóły

main
Mi Klo 2023-07-21 23:08:48 +02:00
rodzic af951667d9
commit 4b7b974210
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ steps:
- docker compose -f ./artel/docker-compose-test.yml run test_comfy
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets: [uid, gid, database_url, postgres_root_password, postgres_user, postgres_password, postgres_db, django_settings_module]
secrets: [uid, gid, database_url, postgres_root_password, postgres_user, postgres_password, postgres_db, django_settings_module, comfy_image]
depends_on:
- build

Wyświetl plik

@ -15,7 +15,7 @@ services:
retries: 5
test_comfy:
image: forge.citizen4.eu/miklo/comfy:test
image: ${COMFY_IMAGE}
depends_on:
test_db:
condition: service_healthy