mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 10:44:24 +00:00
fix auth and database url
This commit is contained in:
parent
c47ad68586
commit
7baa7bddc3
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@ bin/*
|
||||
/tmp/*
|
||||
src/Chill/CustomFieldsBundle/vendor/*
|
||||
bootstrap.php.cache
|
||||
#the file created by composer to store creds
|
||||
auth.json
|
||||
|
@ -2,7 +2,7 @@ services:
|
||||
- chill/database:latest
|
||||
|
||||
before_script:
|
||||
- composer config -g github-oauth.github.com $GITHUB_TOKEN
|
||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||
- composer install --no-interaction
|
||||
- cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
|
||||
- ./console.sh --env=test cache:warmup
|
||||
|
@ -1,5 +1,5 @@
|
||||
parameters:
|
||||
database_host: localhost
|
||||
database_host: chill__database
|
||||
database_port: 5432
|
||||
database_name: postgres
|
||||
database_user: postgres
|
||||
|
Loading…
x
Reference in New Issue
Block a user