From d6bb20ff2242733340b6148e23c207838c9f13ec Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 25 Apr 2019 16:07:26 +0200 Subject: [PATCH] Removed unused Step in CI --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9ec705c..b7f45bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,15 +3,11 @@ kind: pipeline name: Build steps: -- name: prepare +- name: Build image: php:latest commands: - chmod +x prepare.sh && ./prepare.sh -- name: build - image: php:latest - commands: - - chmod +x prepare.sh && ./prepare.sh - - php composer.phar install + --- kind: pipeline name: Test