From 76680008a59e73936f03673443c03032f506b940 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 05:51:14 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0ef4aea..42a26b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,9 @@ steps: - name: test image: maven:3.6.3-openjdk-8 commands: - - mvnw test + - pwd + - ls + - mvn test # - mvnw clean package # - name: publish