Browse Source

Fix drone pipeline

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

+ 2
- 2
.drone.yml View File

@ -12,10 +12,10 @@ steps:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update && apt-get install -y dpkg-dev debhelper
- dpkg-buildpackage -us -uc
- cp ../lch_0.6.10.deb .
- cp ../lch_0.6.10_all.deb .
- dpkg -i lch_0.6.10.deb
- lch -v
- cp lch_0.6.10.deb /debian
- cp lch_0.6.10_all.deb /debian
volumes:
- name: debhost


Loading…
Cancel
Save