Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-06-16 05:10:21 +00:00
parent a16d691fc0
commit c858c1f601

View File

@@ -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