From 09066e09deb5612b2a4ca606744c4b29c28d32f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toldi=20Bal=C3=A1zs=20=C3=81d=C3=A1m?= Date: Tue, 1 Dec 2020 14:50:18 +0100 Subject: [PATCH] =?UTF-8?q?'.drone.yml'=20m=C3=B3dos=C3=ADt=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index bb9454d..6100646 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,20 +3,7 @@ type: docker name: default steps: - - name: en - image: alpine - commands: - - echo hello - - echo world - - - name: fr - image: alpine - commands: - - echo bounjour - - echo monde - when: - ref: - include: - - refs/heads/feature-* - exclude: - - refs/heads/** +- name: gnu-linux + image: maven + commands: + - mvn clean package \ No newline at end of file