From 63293deebc2721dfd506303495d77198a566f1df Mon Sep 17 00:00:00 2001 From: pberr Date: Sun, 4 Oct 2020 13:33:12 +0200 Subject: [PATCH] Add rpm build drone pipeline step --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d2e6e33..3cbea82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,7 @@ steps: - yum -qy install rpm-build - rpmbuild --target noarch -bb lch.spec - rpm -i /root/rpmbuild/RPMS/noarch/* + - lch -v volumes: - name: deb_packages