Upgrade patch in the build image before install dependencies

This commit is contained in:
ErickSkrauch 2019-12-15 05:26:45 +03:00
parent 04e399c726
commit 8d28c7c453
3 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,8 @@ Precache dependencies:
- .vendorCache
cache:
policy: pull-push
before_script:
- sudo apk add --update --no-cache patch
script:
- composer install --ignore-platform-reqs

View File

@ -56,6 +56,7 @@
"symfony/polyfill-php73": "*"
},
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"codeception/base": {
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0a56121050b75bd49d4d924464422c39",
"content-hash": "02ff1a9447555b3fcead7fb7cdae04e0",
"packages": [
{
"name": "bacon/bacon-qr-code",