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
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- sleep 60
|
||||
- mkdir -p /builds/mplayer4anime
|
||||
- cp target/mplayer4anime-*jar /builds/mplayer4anime/
|
||||
volumes:
|
||||
|
@ -25,7 +24,7 @@ steps:
|
|||
volumes:
|
||||
- name: m2
|
||||
host:
|
||||
path: /m2
|
||||
path: /home/docker/drone/files/m2
|
||||
- name: builds
|
||||
host:
|
||||
path: /builds
|
||||
path: /home/www/builds
|
Loading…
Reference in a new issue