Browse Source

更新 '.drone.yml'

interface
parent
commit
9da877ce59
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -14,7 +14,7 @@ volumes:
- name: m2
host:
path: /root/.m2
- name: workspace
- name: target
host:
path: /opt/workspace

@@ -24,7 +24,7 @@ steps:
volumes:
- name: m2
path: /root/.m2
- name: workspace
- name: target
path: /opt/workspace
commands:
- mvn package


Loading…
Cancel
Save