drone-ci testing
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
f88e61b463
commit
1bc45bcd32
|
|
@ -2,13 +2,11 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: test
|
name: test
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER:
|
POSTGRES_USER:
|
||||||
from_secret: TESTING_USER
|
from_secret: TESTING_USER
|
||||||
- POSTGRES_PASSWORD:
|
POSTGRES_PASSWORD:
|
||||||
from_secret: TESTING_PASSWORD
|
from_secret: TESTING_PASSWORD
|
||||||
- POSTGRES_DB:
|
POSTGRES_DB:
|
||||||
from_secret: TESTING_DB
|
|
||||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: db-up
|
- name: db-up
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue