fix: woodpecker config file syntax

wip-infra-tests
Aravinth Manivannan 2022-06-23 21:10:42 +05:30
parent 798a2f03d9
commit 997e772195
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 6 additions and 13 deletions

View File

@ -10,18 +10,11 @@ pipeline:
- make lint
- make test
- make coverage
secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ]
- make integration-test
secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ]
#services:
# database:
# image: postgres
# environment:
# - POSTGRES_PASSWORD=password
#
# smtp:
# image: maildev/maildev
# environment:
# - MAILDEV_SMTP_PORT=10025
# - MAILDEV_INCOMING_USER=admin
# - MAILDEV_INCOMING_PASS=password
services:
database:
image: postgres
environment:
- POSTGRES_PASSWORD=password