mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 13:50:06 +05:30
Fix image for PHPStan on GitLab CI
This commit is contained in:
parent
f43eafb2f3
commit
fcf74eacab
@ -106,8 +106,6 @@ Codeception:
|
|||||||
MARIADB_USER: "ely_accounts_tester"
|
MARIADB_USER: "ely_accounts_tester"
|
||||||
MARIADB_PASSWORD: "ely_accounts_tester_password"
|
MARIADB_PASSWORD: "ely_accounts_tester_password"
|
||||||
before_script:
|
before_script:
|
||||||
# We don't count code coverage yet, so xdebug can be removed
|
|
||||||
- sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
|
|
||||||
# Install wait-for-it script
|
# Install wait-for-it script
|
||||||
- sudo curl "https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f17855/wait-for-it.sh" -o /usr/local/bin/wait-for-it
|
- sudo curl "https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f17855/wait-for-it.sh" -o /usr/local/bin/wait-for-it
|
||||||
- sudo chmod a+x /usr/local/bin/wait-for-it
|
- sudo chmod a+x /usr/local/bin/wait-for-it
|
||||||
@ -118,7 +116,6 @@ Codeception:
|
|||||||
|
|
||||||
PHPStan:
|
PHPStan:
|
||||||
stage: testing
|
stage: testing
|
||||||
image: $PHP_BUILD_IMAGE
|
|
||||||
cache:
|
cache:
|
||||||
- *vendorCache
|
- *vendorCache
|
||||||
- key: phpstan-$CI_COMMIT_REF_SLUG
|
- key: phpstan-$CI_COMMIT_REF_SLUG
|
||||||
|
Loading…
Reference in New Issue
Block a user