Use the correct password for the gitlab ci test setup
This commit is contained in:
parent
a7df1a0d0b
commit
f0704ed35e
@ -18,9 +18,9 @@ variables:
|
|||||||
test:5.6:
|
test:5.6:
|
||||||
image: php:5.6
|
image: php:5.6
|
||||||
script:
|
script:
|
||||||
- phpunit -c build
|
- phpunit -c build --no-coverage
|
||||||
|
|
||||||
test:7:
|
test:7:
|
||||||
image: php:7
|
image: php:7
|
||||||
script:
|
script:
|
||||||
- phpunit -c build
|
- phpunit -c build --no-coverage
|
@ -6,7 +6,7 @@
|
|||||||
"name":"my",
|
"name":"my",
|
||||||
"alias":"my",
|
"alias":"my",
|
||||||
"prefix":"create_",
|
"prefix":"create_",
|
||||||
"pass":""
|
"pass":"test"
|
||||||
},
|
},
|
||||||
"pgsql": {
|
"pgsql": {
|
||||||
"host":"postgres",
|
"host":"postgres",
|
||||||
@ -16,14 +16,5 @@
|
|||||||
"pass":"test",
|
"pass":"test",
|
||||||
"prefix":"create_",
|
"prefix":"create_",
|
||||||
"port":5432
|
"port":5432
|
||||||
},
|
|
||||||
"oci": {
|
|
||||||
"host":"localhost",
|
|
||||||
"database":"query_test",
|
|
||||||
"name": "oci",
|
|
||||||
"user": "query_test",
|
|
||||||
"pass": "test",
|
|
||||||
"prefix": "create_",
|
|
||||||
"port":49161
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user