chore: install docker-compose in CI
ci/woodpecker/push/woodpecker Pipeline failed Details

wip-integration
Aravinth Manivannan 2022-06-23 21:19:30 +05:30
parent 4714bc4123
commit 1004d540ad
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