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:
|
||||
- up -p rgraph-test -f docker-compose.yaml
|
||||
environment:
|
||||
- POSTGRES_USER=${TESTING_USER}
|
||||
- POSTGRES_PASSWORD=${TESTING_PASSWORD}
|
||||
- POSTGRES_DB=${TESTING_DB}
|
||||
- POSTGRES_USER: ${TESTING_USER}
|
||||
- POSTGRES_PASSWORD: ${TESTING_PASSWORD}
|
||||
- POSTGRES_DB: ${TESTING_DB}
|
||||
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
|
|
|
|||
Loading…
Reference in New Issue