mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
17 lines
345 B
YAML
17 lines
345 B
YAML
---
|
|
|
|
print-postgis-service-logs:
|
|
when: manual
|
|
variables:
|
|
CI_DEBUG_SERVICES: "true"
|
|
services:
|
|
- name: "postgis/postgis:15-3.3"
|
|
alias: db
|
|
variables:
|
|
POSTGRES_DB: postgres
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: "postgres"
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|
|
script:
|
|
- echo 'hello!!'
|