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 branches found
No related tags found
No related merge requests found
Pipeline #16647 failed
...@@ -3,21 +3,18 @@ image: node:6.12.2 ...@@ -3,21 +3,18 @@ image: node:6.12.2
services: services:
- postgres:latest - 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" alias: "monet"
variables: variables:
POSTGRES_DB: 'blendb_fixture' POSTGRES_DB: 'blendb_fixture'
POSTGRES_USER: 'runner' POSTGRES_USER: 'runner'
POSTGRES_PASSWORD: '' POSTGRES_PASSWORD: ''
MONETDB_NAME: 'blendb_fixture'
PKG_VERSION: 'latest' PKG_VERSION: 'latest'
DOCKER_URL: 'marula.c3sl.ufpr.br:5000/c3sl/blendb:' DOCKER_URL: 'marula.c3sl.ufpr.br:5000/c3sl/blendb:'
# script: cache:
# - 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: paths:
- node_modules - node_modules
......
PORT=3000 PORT=3000
BLENDB_N_DB=1 BLENDB_N_DB=2
BLENDB_DB0_USER=postgres BLENDB_DB0_USER=runner
BLENDB_DB0_NAME=postgres BLENDB_DB0_NAME=blendb_fixture
BLENDB_DB0_PASSWORD=mysecretpassword BLENDB_DB0_PASSWORD=
BLENDB_DB0_HOST=localhost BLENDB_DB0_HOST=postgres
BLENDB_DB0_PORT=5432 BLENDB_DB0_PORT=5432
BLENDB_DB0_ADAPTER=postgres BLENDB_DB0_ADAPTER=postgres
BLENDB_DB1_USER=monetdb BLENDB_DB1_USER=monetdb
BLENDB_DB1_NAME=monetdb BLENDB_DB1_NAME=blendb_fixture
BLENDB_DB1_PASSWORD=monetdb BLENDB_DB1_PASSWORD=monetdb
BLENDB_DB1_HOST=monetdb-monetdb BLENDB_DB1_HOST=monet
BLENDB_DB1_PORT=50000 BLENDB_DB1_PORT=50000
BLENDB_DB1_ADAPTER=monet 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.
Finish editing this message first!
Please register or to comment