From 90043d5bc7ff75469fe65f024faaecbea9699307 Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Thu, 3 Mar 2022 16:25:49 +0100 Subject: [PATCH] Added git source format and streamlined drone.yml --- .drone.yml | 16 ++-------------- debian/source/format | 1 + 2 files changed, 3 insertions(+), 14 deletions(-) create mode 100644 debian/source/format diff --git a/.drone.yml b/.drone.yml index d4af6e0..c25a9bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,5 @@ pipeline: - build: - image: debian - pull: true - commands: - - apt update && apt install -y make curl - - make - - ls -laR - - make install - - ls -laR - when: - event: [push, tag] - - package: + build_deb: image: debian pull: true commands: @@ -19,6 +7,6 @@ pipeline: - make package - ls -laR when: - event: tag + event: [push, tag] branches: master \ No newline at end of file diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..849c424 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (git) \ No newline at end of file