Add type to drone config.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2021-05-29 21:54:47 +02:00
parent c1d2e8fa21
commit 6f934470c7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# -*- fill-column: 1000 -*-
kind: pipeline
name: Build x86_64
kind: pipeline
type: docker
volumes:
- name: debian-package-cache
@ -96,8 +97,9 @@ steps:
status: [ changed, failure ]
---
kind: pipeline
name: Packages x86_64
kind: pipeline
type: docker
volumes:
- name: debian-package-cache