add weird artifactory replacement
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6cd3d3ed51
commit
76363c82bf
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ steps:
|
||||||
- name: archive-artifact
|
- name: archive-artifact
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- sleep 60
|
|
||||||
- mkdir -p /builds/mplayer4anime
|
- mkdir -p /builds/mplayer4anime
|
||||||
- cp target/mplayer4anime-*jar /builds/mplayer4anime/
|
- cp target/mplayer4anime-*jar /builds/mplayer4anime/
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -25,7 +24,7 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
host:
|
host:
|
||||||
path: /m2
|
path: /home/docker/drone/files/m2
|
||||||
- name: builds
|
- name: builds
|
||||||
host:
|
host:
|
||||||
path: /builds
|
path: /home/www/builds
|
Loading…
Reference in a new issue