Skip to content
Snippets Groups Projects
Commit cbdf076b authored by Rafael Dias's avatar Rafael Dias
Browse files

test


Signed-off-by: default avatarRafael <rpd17@inf.ufpr.br>
parent 225569f4
No related tags found
No related merge requests found
......@@ -3,20 +3,17 @@ image: node:6.12.2
services:
- postgres:latest
-
name: "marula.c3sl.ufpr.br:5000/c3sl/monetdb-ci-service:latest"
name: "dockerregistry.c3sl.ufpr.br:5000/c3sl/monetdb-ci-service:latest"
alias: "monet"
variables:
POSTGRES_DB: 'blendb_fixture'
POSTGRES_USER: 'runner'
POSTGRES_PASSWORD: ''
MONETDB_NAME: 'blendb_fixture'
PKG_VERSION: 'latest'
DOCKER_URL: 'marula.c3sl.ufpr.br:5000/c3sl/blendb:'
# script:
# - docker exec -it monetdb bash -c "echo 'user=monetdb' > /.monetdb" > /dev/null
# - docker exec -it monetdb bash -c "echo 'password=monetdb' > /.monetdb" > /dev/null
cache:
paths:
- node_modules
......
PORT=3000
BLENDB_N_DB=1
BLENDB_DB0_USER=postgres
BLENDB_DB0_NAME=postgres
BLENDB_DB0_PASSWORD=mysecretpassword
BLENDB_DB0_HOST=localhost
BLENDB_N_DB=2
BLENDB_DB0_USER=runner
BLENDB_DB0_NAME=blendb_fixture
BLENDB_DB0_PASSWORD=
BLENDB_DB0_HOST=postgres
BLENDB_DB0_PORT=5432
BLENDB_DB0_ADAPTER=postgres
BLENDB_DB1_USER=monetdb
BLENDB_DB1_NAME=monetdb
BLENDB_DB1_NAME=blendb_fixture
BLENDB_DB1_PASSWORD=monetdb
BLENDB_DB1_HOST=monetdb-monetdb
BLENDB_DB1_HOST=monet
BLENDB_DB1_PORT=50000
BLENDB_DB1_ADAPTER=monet
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment