Skip to content

Commit

Permalink
all: Remove NFPM package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 2, 2021
1 parent 1031fd2 commit 0796deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
10 changes: 0 additions & 10 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,6 @@ pipeline = [{
("covergen", "0"),
("seriesmeta", "1"),
]] + [{
"name": "debian",
"image": "golang:%s-buster" % (go),
"environment": {
"GO111MODULE": "on",
},
"commands": [
"go install github.com/goreleaser/nfpm/cmd/nfpm",
"VERSION=$(cat build/version | tr -d v) nfpm pkg -f nfpm.yaml -t build/kepubify_$(cat build/version | tr -d v)_amd64.deb",
],
}, {
"name": "ls",
"image": "golang:%s-buster" % (go),
"commands": [
Expand Down
27 changes: 0 additions & 27 deletions nfpm.yaml

This file was deleted.

0 comments on commit 0796deb

Please sign in to comment.