From 283cc96e48ce3a5db374c1b5b22b95c331995a86 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sun, 6 Oct 2019 12:12:56 +0200 Subject: [PATCH] fixed drone formatting --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f0662bd..d4897d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: image: gradle:jdk11 commands: - gradle test - - - name: test-jdk8 + +- name: test-jdk8 image: gradle:jdk8 commands: - gradle test