fix: CI: inject env vars
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-12-31 21:17:15 +05:30
parent 70810614af
commit e71ff14ae7
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ steps:
test:
image: python
environment:
- USERNAME=aaronsw
- PASSWORD=password
- INSTANCE_URL=http://mcaptcha:7000
commands:
- pip install virtualenv && virtualenv venv
- make env