Skip to content
Snippets Groups Projects
Commit 3e2a399d authored by Georg Ringer's avatar Georg Ringer Committed by Anja Leichsenring
Browse files

[FOLLOWUP][TASK] Exclude non-production files from Git archives

Use sources instead of distributions.

Resolves: #65570
Resolves: #68998
Resolves: #70810
Releases: master
Change-Id: I638534c808e8ddb9cc9da15f7bcd538c64434476
Reviewed-on: https://review.typo3.org/48432


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent e76d81ba
No related merge requests found
......@@ -37,7 +37,7 @@ install:
- IF %PHP%==1 echo memory_limit = 512M >> php.ini
- cd C:\projects\typotest
- php -r "readfile('http://getcomposer.org/installer');" | php
- php composer.phar install --prefer-dist --no-interaction
- php composer.phar install --prefer-source --no-interaction
services:
- mysql
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment