Browse Source

Fix drone pipeline

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

+ 1
- 1
.drone.yml View File

@ -13,7 +13,7 @@ steps:
- apt-get update && apt-get install -y dpkg-dev debhelper
- dpkg-buildpackage -us -uc
- cp ../lch_0.6.10_all.deb .
- dpkg -i lch_0.6.10.deb
- dpkg -i lch_0.6.10_all.deb
- lch -v
- cp lch_0.6.10_all.deb /debian


Loading…
Cancel
Save