From a6b5e6e243369fbf7f108ff14c657edc134cfa7c Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Tue, 7 Sep 2021 15:32:42 -0400 Subject: [PATCH] testing pipeline when --- .drone/.rsync.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone/.rsync.yml b/.drone/.rsync.yml index 644dc89..07477a2 100644 --- a/.drone/.rsync.yml +++ b/.drone/.rsync.yml @@ -1,11 +1,12 @@ --- pipeline: + 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/*' + ...