@@ -4,8 +4,10 @@ pipeline:
pull: true
commands:
- apt update && apt install -y make wget
- ls -la
- make
- make install
when:
event: [push, tag]
@@ -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)
The note is not visible to the blocked user.
Powered by TurnKey Linux.