From 75bccfe1bb0e6bf8062121b74521c4d202dc0a64 Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Tue, 7 Sep 2021 15:34:33 -0400 Subject: [PATCH] testing pipeline when --- .drone/.rsync.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.drone/.rsync.yml b/.drone/.rsync.yml index 07477a2..1b35d49 100644 --- a/.drone/.rsync.yml +++ b/.drone/.rsync.yml @@ -1,12 +1,18 @@ --- pipeline: - when: - path: 'rsync/*' + + clone: + git: + image: plugins/git + when: + path: 'rsync/*' + publish: image: plugins/docker settings: repo: registry.service.dc1.consul:5000/rsync registry: registry.service.dc1.consul:5000 insecure: true - + when: + path: 'rsync/*' ...