From fc9cd6f098d0e58142efe1be32d6542990683358 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Sep 2021 01:38:27 +0200 Subject: [PATCH] try this --- .drone.yml | 2 ++ Makefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 43a4ac7..de0fde3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,10 @@ pipeline: pull: true commands: - apt update && apt install -y make wget + - ls -la - make - make install + - ls -la when: event: [push, tag] diff --git a/Makefile b/Makefile index 065b1cb..be340f3 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,6 @@ install: data install -Dm644 logo.png -t $(DESTDIR)/srv/deploy/install/$(PKGNAME) install -Dm644 data/* -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)/data - uninstall: rm -rf $(DESTDIR)/srv/deploy/install/$(PKGNAME)