Skip to content

Commit 6e8404a

Browse files
authored
Merge pull request #10 from gboddin/develop
Develop
2 parents e7b7997 + 71d035d commit 6e8404a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)