drone: use trigger conditional for whole publish pipeline
This commit is contained in:
parent
c78126c338
commit
5aac177940
13
.drone.yml
13
.drone.yml
|
@ -118,11 +118,6 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: nix-store
|
- name: nix-store
|
||||||
path: /var/nix/iso-cache
|
path: /var/nix/iso-cache
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
branch:
|
|
||||||
- feature/basic-iso
|
|
||||||
commands:
|
commands:
|
||||||
- echo "" >> /etc/nix/nix.conf
|
- echo "" >> /etc/nix/nix.conf
|
||||||
- echo "system-features = nixos-test benchmark big-parallel kvm recursive-nix" >> /etc/nix/nix.conf
|
- echo "system-features = nixos-test benchmark big-parallel kvm recursive-nix" >> /etc/nix/nix.conf
|
||||||
|
@ -150,6 +145,12 @@ steps:
|
||||||
- /var/nix/iso-cache/*.iso
|
- /var/nix/iso-cache/*.iso
|
||||||
strip_components: 3
|
strip_components: 3
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- feature/basic-iso
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: nix-store
|
- name: nix-store
|
||||||
host:
|
host:
|
||||||
|
@ -157,6 +158,6 @@ volumes:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: b80fc2bec44f00eb0e02943a918f45c7e652ae66e8b7a7a52ecc05c571fd5164
|
hmac: 64f156e8fe88b7266980aa86fd5b98fe2ec6b39336da3209fc34ff0864648408
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue