chore: install docker-compose in CI

wip-infra-tests
Aravinth Manivannan 2022-06-23 21:19:30 +05:30
parent 997e772195
commit da318beb58
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pipeline:
- DATABSE_URL=postgres://postgres:password@database:5432/postgres
- EMAIL_URL=smtp://admin:password@localhost:10025
commands:
- ( apt update && apt install -y docker-compose >&1 )> /dev/null
- pip install virtualenv
- make env
- make lint