From 40e55a3f0f0811e8586b65c5b884bcd65a31d63a Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 25 Sep 2019 19:22:19 -0300 Subject: [PATCH] CI: build (but not push) on pull request --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index b7b5f5d..f1f6469 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,14 @@ kind: pipeline name: default steps: + - name: build image only + image: plugins/docker + settings: + dry_run: true + when: + event: + - pull_request + - name: build and publish image image: plugins/docker settings: