Browse Source

Fix drone pipeline

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

+ 1
- 0
.drone.yml View File

@ -9,6 +9,7 @@ steps:
- name: debhost
path: /debian
commands:
- apt-get update && apt-get install dpkg-buildpackage
- dpkg-buildpackage -us -uc
- cp ../lch_0.6.10.deb .
- dpkg -i lch_0.6.10.deb


Loading…
Cancel
Save