Skip to content

Commit

Permalink
Add linter and new plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim committed Apr 25, 2018
1 parent 3c398d9 commit 4b617c0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ steps:
plugins:
docker-compose#v1.2.1:
run: tests
- label: ":sparkles: lint"
plugins:
plugin-linter#v1.0.0:
name: artifacts
- wait
- label: check login happens correctly
Expand Down
7 changes: 0 additions & 7 deletions plugin.json

This file was deleted.

22 changes: 22 additions & 0 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ECR
description: Login to ECR in your build steps
author: https://github.com/lox
requirements:
- curl
- bash
- aws
configuration:
properties:
login:
type: boolean
account-ids:
type:
- string
- array
minItems: 1
no-include-email:
type: boolean
region:
type: string
required:
- login

0 comments on commit 4b617c0

Please sign in to comment.