Gitlab CI fixes

This commit is contained in:
Deon George 2020-01-30 22:16:59 +11:00
parent 6dd90b051c
commit 29013a4cb0
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ before_script:
- docker-php-ext-enable xdebug
# Install Composer and project dependencies.
- [ -n "$GITHUB_TOKEN" ] && cat $GITHUB_TOKEN |base64 -d > auth.json
- mkdir -p /var/www/.composer
- if [ -n "$GITHUB_TOKEN" ]; then cat $GITHUB_TOKEN |base64 -d > /var/www/.composer/auth.json ; fi
- composer install
- composer require doctrine/dbal