WIP: add provider capability #1

Manually merged
mauro merged 4 commits from provider into master 2019-09-25 22:33:31 +00:00
Showing only changes of commit 40e55a3f0f - Show all commits

View File

@ -3,6 +3,14 @@ kind: pipeline
name: default name: default
steps: steps:
- name: build image only
image: plugins/docker
settings:
dry_run: true
when:
event:
- pull_request
- name: build and publish image - name: build and publish image
image: plugins/docker image: plugins/docker
settings: settings: