drone-ci testing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Andrei Stoica 2023-05-15 12:44:30 -04:00
parent e0aa886209
commit 0be4294782
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ steps:
from_secret: TESTING_DB from_secret: TESTING_DB
secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB] secrets: [TESTING_USER, TESTING_PASSWORD, TESTING_DB]
commands: commands:
- echo ${TESTING_USER} - echo $${TESTING_USER}
- docker-compose -p rgraph-test up -d - docker-compose -p rgraph-test up -d
volumes: volumes:
- name: docker_sock - name: docker_sock