This commit is contained in:
parent
5f5d12a98d
commit
c89c23e7e6
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ steps:
|
|||
image: alpine:latest
|
||||
commands:
|
||||
- mkdir -p /web/mplayer4anime
|
||||
- echo Download location - https://redrise.ru/builds/`ls mplayer*`
|
||||
- cp mplayer4anime-.*jar /ArtifactsLocalStorage/mplayer4anime
|
||||
- echo Download location - https://redrise.ru/builds/`ls target/mplayer*`
|
||||
- cp target/mplayer4anime-.*jar /ArtifactsLocalStorage/mplayer4anime
|
||||
volumes:
|
||||
- name: ArtifactsLocalStorage
|
||||
path: /ArtifactsLocalStorage
|
||||
|
|
Loading…
Reference in a new issue