Update drone-config

This commit is contained in:
Hendrik Sokolowski 2022-10-15 01:58:36 +02:00 committed by Benjamin Bädorf
parent c345cb8af4
commit b3f4727354
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

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