Skip to content

Commit

Permalink
Merge pull request #5 from drone-plugins/feature/additions
Browse files Browse the repository at this point in the history
Makefile, gitignore and MAINTAINERS improvements
  • Loading branch information
kzaitsev committed Feb 24, 2016
2 parents 0910dba + e3b8739 commit 480b996
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.sec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkExMjhHQ00ifQ.OcBCGEYRpL5SvEfXqmi-Dxa0DQwaQG0szNmOdQFsUQJAvqXRUFCnbxWd73dtwttHpeCEOmXNbCvNViRl-JVtKkJSoaJz-MEY1HlDmWVFULADSwhGQFop0G7lRkKEeCxvsEoPQqVHFJnElIzWrStvMGH__q4_yW6ebbUusNpLREZHRe0xYgrXAUu8B-YFnNaMShezy7vusc-o9Opw2X1mIgEenYTq-FFppQ1NCT9dPeA9cTB0VYr4Og05REIOhB-uVjzvOUSpx9smdGt6E3hG9tOnXOgHHimGvKMfVpw7mDqK81fZadkfyC3hKjeTEydoTDL12A0fcmA3u5ufzCs8ng.F_r7HlFtLBnURt0d.Ok2XcA8BGhGtPLDOfInbep28TP-Rmt4qQdwbmdPQa0_ox0FImuE3LQliB20RZwSJWG8Gh8ivhMzRn9PmQge45M-Hb8iiLh_7K3IJJCextpuEzDiaGDoDnCCosNX60d0FB1Jn2YsXcVZSP2FvJdtN1RwpydGaMuT1B8-H0pj4eh6LxkSi7dWAl3BVn7LLzLLdZdSbmfvq950OpfXSGlkzI9iHrnRp7slAkZOAQYhu.vn0jGSsTEqbHzMK2l7LqBQ
eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkExMjhHQ00ifQ.NgmTjpX8KTXg8d46V6rGUUYHhs-VKWUtBzWXcT2z8erxS4lPzi4kvM1KxDP_ZV1WOlXXZRnHyE-qBNr9tyt2SDbLqUi4tAjievKarihQ6ECXDX_Kpdow1_Zo96P9X5s8g9N0bxaev2v17_i0zvk14eL72I8PLQY_9sZLuqDI-862zqFv_LvMaGbKWawhCj4EYpm8qXY6WkVounc8akQOCe2LfYlpSFSKK6O9mOP1IuaUuLNSRama0oAFFkZo8xZWB6vYM39hHtvps1LBdKi21hwWOpKER8U7i1YMxhTBoDSn357_-smyITPPhB4B0CL3TQp117CkFBg1LrNpYhuYPA.Fy281xlLnP6AqOgd.FLEy00qJShp8F2gNEFlhUFz_WAy3bUizhE9Gwf0OFnXmepwUgmFGtTusp9BXlBqbT-ufToJkqmezD0cyGRtvhD1b1WeRUWCIyWi7JJI2XSZNi7JeGztezb-5kFLZ82b0nmZs8F3-1jsDPmrzS9nUOjEme2qxhIrILodSKazrT1J4lKAyVbpfwbl1JYFz1neF6RXOEelXIxjTRb_Y1sCXKFWwXx9009K8SwXdizpF.Gv_srOzRrGYgLajQf-sG3g
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ build:

publish:
coverage:
# Must match parts of the absolute path
include: drone-nuget/coverage/lcov.info
when:
branch: master
docker:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
coverage/
13 changes: 12 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
email = "[email protected]"
login = "bradrydzewski"
[people.Bugagazavr]
name = "Kirill"
email = ""
login = "Bugagazavr"
[people.donny-dont]
name = "Don Olmstead"
Expand Down Expand Up @@ -32,4 +34,13 @@

[org]
[org.core]
people = ["bradrydzewski", "Bugagazavr", "donny-dont", "jackspirou", "msteinert", "nlf", "tboerger", "athieriot"]
people = [
"bradrydzewski",
"Bugagazavr",
"donny-dont",
"jackspirou",
"msteinert",
"nlf",
"tboerger",
"athieriot"
]
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.PHONY: install test docker
.PHONY: all install test docker

IMAGE ?= plugins/drone-nuget

all: install test

install:
npm install --quiet

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://aircover.co/badges/drone-plugins/drone-nuget/coverage.svg)](https://aircover.co/drone-plugins/drone-nuget)
[![](https://badge.imagelayers.io/plugins/drone-nuget:latest.svg)](https://imagelayers.io/?images=plugins/drone-nuget:latest 'Get your own badge on imagelayers.io')

Drone plugin to publish files and artifacts to NuGet repository
Drone plugin to publish files and artifacts to NuGet repository. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).

## Execute

Expand Down

0 comments on commit 480b996

Please sign in to comment.