From 3c4f22d80e9502d7d140ca6810597006072f6868 Mon Sep 17 00:00:00 2001 From: Gregory Boddin Date: Tue, 13 Mar 2018 16:24:45 +0100 Subject: [PATCH 1/2] Update .drone.yml --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f778778..87a27e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ pipeline: install: image: fpfis/php71-dev commands: - - composer install + - composer install --amsi phpcs: image: fpfis/php71-dev @@ -16,7 +16,7 @@ pipeline: build-dev: image: fpfis/php71-dev commands: - - ./vendor/bin/phar-composer build . ghcli-dev.phar + - ./vendor/bin/phar-composer --ansi build . ghcli-dev.phar when: event: push @@ -24,8 +24,8 @@ pipeline: image: fpfis/php71-dev commands: - wget https://github.com/clue/phar-composer/releases/download/v1.0.0/phar-composer.phar -O /tmp/phar-composer - - composer install --no-dev - - php /tmp/phar-composer build . ghcli.phar + - composer install --ansi --no-dev + - php /tmp/phar-composer --ansi build . ghcli.phar when: event: tag From 71d035dae79e59d6d3341dbdf3d1bc58e0eba050 Mon Sep 17 00:00:00 2001 From: Gregory Boddin Date: Tue, 13 Mar 2018 16:25:09 +0100 Subject: [PATCH 2/2] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 87a27e5..ee44d39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ pipeline: install: image: fpfis/php71-dev commands: - - composer install --amsi + - composer install --ansi phpcs: image: fpfis/php71-dev