This commit is contained in:
@@ -19,7 +19,8 @@ steps:
|
|||||||
- rustup default stable
|
- rustup default stable
|
||||||
- cd /artifacts
|
- cd /artifacts
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- mv /artifacts/target/release/setup /arifacts/arch-setup
|
- cp /artifacts/target/release/setup /artifacts/
|
||||||
|
- mv /artifacts/setup /artifacts/arch-setup
|
||||||
volumes:
|
volumes:
|
||||||
- name: artifacts
|
- name: artifacts
|
||||||
path: /artifacts
|
path: /artifacts
|
||||||
@@ -33,7 +34,8 @@ steps:
|
|||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- cd /artifacts
|
- cd /artifacts
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- mv /artifacts/target/release/setup /arifacts/debian-setup
|
- cp /artifacts/target/release/setup /artifacts/
|
||||||
|
- mv /artifacts/setup /artifacts/debian-setup
|
||||||
volumes:
|
volumes:
|
||||||
- name: artifacts
|
- name: artifacts
|
||||||
path: /artifacts
|
path: /artifacts
|
||||||
@@ -47,7 +49,8 @@ steps:
|
|||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- cd /artifacts
|
- cd /artifacts
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- mv /artifacts/target/release/setup /arifacts/fedora-setup
|
- cp /artifacts/target/release/setup /arifacts/
|
||||||
|
- mv /arifacts/setup /artifacts/fedora-setup
|
||||||
volumes:
|
volumes:
|
||||||
- name: artifacts
|
- name: artifacts
|
||||||
path: /artifacts
|
path: /artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user