From 66e1917010c6f4cf9230e259a524500275a664f4 Mon Sep 17 00:00:00 2001 From: okk <153692773@qq.com> Date: Fri, 10 Feb 2023 18:08:57 +0800 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 | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 74b24ec..1a22fe8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,11 @@ kind: pipeline type: docker -name: 1 +name: 开发流水线 platform: os: linux - arch: amd64 - -workspace: - base: /opt/workspace - path: work - -trigger: - branch: - - master - event: - - push - + arch: arm64 +steps: +- name: maven + image: maven:3-jdk-10 + commands: + - mvn install -DskipTests=true \ No newline at end of file