This commit is contained in:
@ -23,13 +23,6 @@ steps:
|
|||||||
|
|
||||||
- name: copy-out
|
- name: copy-out
|
||||||
image: busybox
|
image: busybox
|
||||||
volumes:
|
|
||||||
- name: artifacts
|
|
||||||
path: /artifacts
|
|
||||||
commands:
|
commands:
|
||||||
- cp target/release/my-rust-app /artifacts/my-rust-app-amd64
|
- cp target/release/my-rust-app /artifacts/my-rust-app-amd64
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: artifacts
|
|
||||||
host:
|
|
||||||
path: /opt/build_artifacts
|
|
||||||
|
|||||||
Reference in New Issue
Block a user