Merge pull request 'Update drone-config' (#143) from feature/update-drone-config-for-kvm-tests into main

Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/143
Reviewed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
teutat3s 2022-10-29 20:40:26 +00:00
commit c860d5e3f6
No known key found for this signature in database
GPG key ID: 5FEAFA6A0FC8075D

View file

@ -1,11 +1,12 @@
---
kind: pipeline
type: docker
type: exec
name: Check
node:
hosttype: baremetal
steps:
- name: "Check"
image: docker.nix-community.org/nixpkgs/nix-flakes:latest
when:
event:
- pull_request
@ -20,6 +21,8 @@ steps:
kind: pipeline
type: exec
name: Tests
node:
hosttype: baremetal
steps:
- name: "Tests"
@ -145,6 +148,6 @@ volumes:
---
kind: signature
hmac: 3e6a89e903e214f21d488eba82863683b130ef6dbc2dc352377d4fd94ab3cd0c
hmac: 291be33bbf2954d1f5e4bf569679e24a773e7d6f90db4765fb9dacb3686a825e
...