try this
continuous-integration/drone the build was successful Details

This commit is contained in:
root 2021-09-20 01:38:27 +02:00
parent 9e669ddadd
commit fc9cd6f098
2 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,10 @@ pipeline:
pull: true pull: true
commands: commands:
- apt update && apt install -y make wget - apt update && apt install -y make wget
- ls -la
- make - make
- make install - make install
- ls -la
when: when:
event: [push, tag] event: [push, tag]

View File

@ -26,7 +26,6 @@ install: data
install -Dm644 logo.png -t $(DESTDIR)/srv/deploy/install/$(PKGNAME) install -Dm644 logo.png -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)
install -Dm644 data/* -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)/data install -Dm644 data/* -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)/data
uninstall: uninstall:
rm -rf $(DESTDIR)/srv/deploy/install/$(PKGNAME) rm -rf $(DESTDIR)/srv/deploy/install/$(PKGNAME)