Browse Source

更新 '.drone.yml'

master
parent
commit
66e1917010
1 changed files with 7 additions and 13 deletions
  1. +7
    -13
      .drone.yml

+ 7
- 13
.drone.yml View File

@@ -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

Loading…
Cancel
Save