mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
use github token for auth
This commit is contained in:
parent
8e75f0b4ac
commit
7ce86ab15f
@ -2,7 +2,7 @@ services:
|
||||
- chill/database:latest
|
||||
|
||||
before_script:
|
||||
- export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN
|
||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||
- composer install --no-interaction
|
||||
- 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
|
||||
@ -14,4 +14,4 @@ test:php-5.6:
|
||||
script: phpunit --testdox
|
||||
test:php-7:
|
||||
stage: test
|
||||
script: phpunit --testdox
|
||||
script: phpunit --testdox
|
Loading…
x
Reference in New Issue
Block a user