File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ git fetch -q origin && \
21
21
git fetch --tags -q origin && \
22
22
git checkout master -q && \
23
23
git rebase origin/master -q && \
24
- $composer install -q && \
24
+ $composer install -q --no-dev && \
25
25
php -d phar.readonly=0 $buildscript && \
26
26
mv $buildphar " $root /$target /$buildphar " && \
27
27
git log --pretty=" %H" -n1 HEAD > " $root /$target /version"
@@ -32,7 +32,7 @@ for version in `git tag`; do
32
32
then
33
33
mkdir -p " $root /$target /download/$version /"
34
34
git checkout $version -q && \
35
- $composer install -q && \
35
+ $composer install -q --no-dev && \
36
36
php -d phar.readonly=0 $buildscript && \
37
37
touch --date=" ` git log -n1 --pretty=%ci $version ` " $buildphar && \
38
38
mv $buildphar " $root /$target /download/$version /$buildphar "
You can’t perform that action at this time.
0 commit comments