drone-ci testing
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
21f8696bac
commit
a59a4580d1
|
|
@ -29,10 +29,10 @@ steps:
|
||||||
from_secret: TESTING_DB
|
from_secret: TESTING_DB
|
||||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
||||||
commands:
|
commands:
|
||||||
- echo POSTGRES_URL=0.0.0.0 >> .env
|
- export POSTGRES_URL=0.0.0.0
|
||||||
- echo POSTGRES_USER=$${POSTGRES_USER} >> .env
|
- export POSTGRES_USER=$${POSTGRES_USER}
|
||||||
- echo POSTGRES_PASSWORD=$${POSTGRES_PASSWORD} >> .env
|
- export POSTGRES_PASSWORD=$${POSTGRES_PASSWORD}
|
||||||
- echo POSTGRES_DB=$${POSTGRES_DB} >> .env
|
- export POSTGRES_DB=$${POSTGRES_DB}
|
||||||
- python -m venv .venv
|
- python -m venv .venv
|
||||||
- . .venv/bin/activate
|
- . .venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue