File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pipeline:
66 install :
77 image : fpfis/php71-dev
88 commands :
9- - composer install
9+ - composer install --ansi
1010
1111 phpcs :
1212 image : fpfis/php71-dev
@@ -16,16 +16,16 @@ pipeline:
1616 build-dev :
1717 image : fpfis/php71-dev
1818 commands :
19- - ./vendor/bin/phar-composer build . ghcli-dev.phar
19+ - ./vendor/bin/phar-composer --ansi build . ghcli-dev.phar
2020 when :
2121 event : push
2222
2323 build-release :
2424 image : fpfis/php71-dev
2525 commands :
2626 - wget https://github.com/clue/phar-composer/releases/download/v1.0.0/phar-composer.phar -O /tmp/phar-composer
27- - composer install --no-dev
28- - php /tmp/phar-composer build . ghcli.phar
27+ - composer install --ansi -- no-dev
28+ - php /tmp/phar-composer --ansi build . ghcli.phar
2929 when :
3030 event : tag
3131
You can’t perform that action at this time.
0 commit comments