From e351618cc29b70bec0c97c3f4e7a5d85201ae253 Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Tue, 7 Sep 2021 15:36:34 -0400 Subject: [PATCH] testing pipeline when --- .drone/.rsync.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone/.rsync.yml b/.drone/.rsync.yml index 1b35d49..e88cdb6 100644 --- a/.drone/.rsync.yml +++ b/.drone/.rsync.yml @@ -1,11 +1,11 @@ --- -pipeline: +clone: + git: + image: plugins/git + when: + path: 'rsync/*' - clone: - git: - image: plugins/git - when: - path: 'rsync/*' +pipeline: publish: image: plugins/docker