YAML updates #2
This commit is contained in:
parent
73b7be8bf7
commit
28cbadb465
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -15,16 +15,16 @@ steps:
|
|||
- name: archive-artifact
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- mkdir -p /ArtifactsLocalStorage/mplayer4anime
|
||||
- cp target/mplayer4anime-*jar /ArtifactsLocalStorage/mplayer4anime
|
||||
- mkdir -p /builds/mplayer4anime
|
||||
- cp target/mplayer4anime-*jar /builds/mplayer4anime
|
||||
volumes:
|
||||
- name: ArtifactsLocalStorage
|
||||
path: /ArtifactsLocalStorage
|
||||
- name: builds
|
||||
path: /builds
|
||||
|
||||
volumes:
|
||||
- name: m2
|
||||
host:
|
||||
path: /m2
|
||||
- name: ArtifactsLocalStorage
|
||||
- name: builds
|
||||
host:
|
||||
path: /builds
|
Loading…
Reference in a new issue