Browse Source

update pipeline for master branch

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

+ 1
- 1
.drone.yml View File

@@ -18,7 +18,7 @@ steps:
commands: commands:
- mvn compile - mvn compile
- name: test - name: test
image: maven:3-jdk-10
image: maven:3-jdk-8
volumes: volumes:
- name: cache - name: cache
path: /root/.m2 path: /root/.m2


Loading…
Cancel
Save