Browse Source

更新 '.drone.yml'

master
youys 1 year ago
parent
commit
242e403dd9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

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


Loading…
Cancel
Save