From 680989754a9b42b20e0c2d63f3b3ccc66bf64999 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 14:19:56 -0500 Subject: [PATCH 1/2] Directions on how to setup custom build of images till PR gets merged --- .gitignore | 2 ++ README.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index feb6e6e..7205b04 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.so *.dylib +.idea + # Test binary, built with `go test -c` *.test diff --git a/README.md b/README.md index 592baee..85a2d79 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,11 @@ drone-helm3 is largely backwards-compatible with drone-helm. There are some know * `stable_repo_url` Since helm 3 does not require Tiller, we also recommend switching to a service account with less-expansive permissions. + +### Contribution + +This repo is setup in a way that if you enable a personal drone server to build your fork it will + build and publish your image (makes it easier to test PRs and use the image till the contributions get merged) + +* Build local ```DRONE_REPO_OWNER=josmo DRONE_REPO_NAME=drone-ecs drone exec``` +* on your server (or cloud.drone.io) just make sure you have DOCKER_USERNAME, DOCKER_PASSWORD, and PLUGIN_REPO set as secrets \ No newline at end of file From fe7ee09350efa59ed04ca710961e92c10ec07295 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 14:48:21 -0500 Subject: [PATCH 2/2] add link to contributing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a2d79..cf21bc2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ drone-helm3 is largely backwards-compatible with drone-helm. There are some know Since helm 3 does not require Tiller, we also recommend switching to a service account with less-expansive permissions. -### Contribution +### [Contributing](docs/contributing.md) This repo is setup in a way that if you enable a personal drone server to build your fork it will build and publish your image (makes it easier to test PRs and use the image till the contributions get merged)