From 2bb0f63d2c333a5e86d8d150a1922e3027a3eb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 12 Apr 2023 12:48:35 +0100 Subject: [PATCH] skip clone on update --- .woodpecker/update-lockfile.yaml | 1 + .woodpecker/update.yaml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker/update-lockfile.yaml b/.woodpecker/update-lockfile.yaml index dcd5c95..685c228 100644 --- a/.woodpecker/update-lockfile.yaml +++ b/.woodpecker/update-lockfile.yaml @@ -73,3 +73,4 @@ pipeline: when: - event: cron - event: manual +skip_clone: true diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index 282374f..84ca701 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -1,6 +1,3 @@ -clone: - git: - image: woodpeckerci/plugin-git pipeline: clone2: image: nixery.dev/shell/gitfull @@ -121,3 +118,4 @@ matrix: - python-instagram - element-web - woodpecker-server +skip_clone: true