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