From 8fcb2434ebecdf8f684582f0d59891ba6a02016e Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Thu, 14 Jul 2022 13:42:22 -0500 Subject: [PATCH] ci(woodpecker): define clone image outside of the pipeline --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 33b2416..b35f6b1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ -pipeline: - clone: - git: - image: woodpeckerci/plugin-git - settings: - tags: true +clone: + git: + image: woodpeckerci/plugin-git + settings: + tags: true +pipeline: build: image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: