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
01b8a2be62
commit
2d59b2f2ee
|
|
@ -11,9 +11,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- up -p rgraph-test -f docker-compose.yaml
|
- up -p rgraph-test -f docker-compose.yaml
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${TESTING_USER}
|
- POSTGRES_USER: ${TESTING_USER}
|
||||||
- POSTGRES_PASSWORD=${TESTING_PASSWORD}
|
- POSTGRES_PASSWORD: ${TESTING_PASSWORD}
|
||||||
- POSTGRES_DB=${TESTING_DB}
|
- POSTGRES_DB: ${TESTING_DB}
|
||||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_sock
|
- name: docker_sock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue