mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
use github token for auth
This commit is contained in:
parent
8e75f0b4ac
commit
7ce86ab15f
@ -2,7 +2,7 @@ services:
|
|||||||
- chill/database:latest
|
- chill/database:latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN
|
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
- cp Test/Fixtures/App/app/config/parameters.gitlab-ci.yml Test/Fixtures/App/app/config/parameters.yml
|
- cp Test/Fixtures/App/app/config/parameters.gitlab-ci.yml Test/Fixtures/App/app/config/parameters.yml
|
||||||
# - php Test/Fixtures/App/app/console --env=test cache:warmup
|
# - php Test/Fixtures/App/app/console --env=test cache:warmup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user