CI : ignore ext-gd on composer install
This commit is contained in:
parent
8e7acaba63
commit
64589d8267
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ build:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- cd dist
|
- cd dist
|
||||||
- composer install --no-dev --optimize-autoloader
|
- composer install --no-dev --optimize-autoloader --ignore-platform-req=ext-gd
|
||||||
- cd ..
|
- cd ..
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue