From d270574e26ea5e39241c92b5110d0f0f5f794546 Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Thu, 7 Jul 2022 15:15:05 +0100 Subject: [PATCH] ci: fix? --- .woodpecker.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5691249..3a61ee4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,17 +1,11 @@ -pipeline: - clone: - git: - image: woodpeckerci/plugin-git +clone: + git: + image: woodpeckerci/plugin-git:latest settings: - - path: MagicStorageVoidBag - when: - branch: [ main, ci-testing ] + path: MagicStorageVoidBag +pipeline: build: - image: mcr.microsoft.com/dotnet/sdk + image: mcr.microsoft.com/dotnet/sdk:latest commands: - ls - when: - branch: [ main, ci-testing ] - -branches: [ main, ci-testing ] \ No newline at end of file