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
|
- name: archive-artifact
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /ArtifactsLocalStorage/mplayer4anime
|
- mkdir -p /builds/mplayer4anime
|
||||||
- cp target/mplayer4anime-*jar /ArtifactsLocalStorage/mplayer4anime
|
- cp target/mplayer4anime-*jar /builds/mplayer4anime
|
||||||
volumes:
|
volumes:
|
||||||
- name: ArtifactsLocalStorage
|
- name: builds
|
||||||
path: /ArtifactsLocalStorage
|
path: /builds
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
host:
|
host:
|
||||||
path: /m2
|
path: /m2
|
||||||
- name: ArtifactsLocalStorage
|
- name: builds
|
||||||
host:
|
host:
|
||||||
path: /builds
|
path: /builds
|
Loading…
Reference in a new issue