drone-ci testing
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Andrei Stoica 2023-05-15 11:27:02 -04:00
parent 01b8a2be62
commit 2d59b2f2ee
1 changed files with 3 additions and 3 deletions

View File

@ -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