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
4dcd9aeada
commit
6530abaa56
|
|
@ -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:
|
||||||
- cat POSTGRES_URL=0.0.0.0 >> .env
|
- echo POSTGRES_URL=0.0.0.0 >> .env
|
||||||
- cat POSTGRES_USER=${TESTING_USER} >> .env
|
- echo POSTGRES_USER=${TESTING_USER} >> .env
|
||||||
- cat POSTGRES_PASSWORD=${TESTING_PASSWORD} >> .env
|
- echo POSTGRES_PASSWORD=${TESTING_PASSWORD} >> .env
|
||||||
- cat POSTGRES_DB=${TESTING_DB} >> .env
|
- echo POSTGRES_DB=${TESTING_DB} >> .env
|
||||||
- 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