Browse Source

Fix drone pipeline

0.6r10^2
Pedro Berrocal 3 years ago
parent
commit
c35859ea58
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@ -15,8 +15,8 @@ steps:
- dpkg -i lch_0.6.10.deb
- lch -v
- cp lch_0.6.10.deb /debian
environment:
- DEBIAN_FRONTEND=noninteractive
environment:
DEBIAN_FRONTEND: noninteractive
volumes:
- name: debhost


Loading…
Cancel
Save