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
615f72b9cc
commit
08dc04f32d
|
|
@ -9,9 +9,9 @@ steps:
|
|||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
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]
|
||||
commands:
|
||||
- up -p rgraph-test -f docker-compose.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue