Browse Source

update pipeline for master branch

ansible
parent
commit
7dc28f0f75
1 changed files with 13 additions and 3 deletions
  1. +13
    -3
      .drone.yml

+ 13
- 3
.drone.yml View File

@@ -1,17 +1,27 @@
kind: pipeline
type: docker
name: 1
name: masterpipe
platform:
os: linux
arch: arm64

volumes:
- name: cache
host:
path: /var/lib/cache
steps:
- name: maven
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands:
- mvn compile

- name: maven
- name: test
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands:
- mvn test



Loading…
Cancel
Save