From 036328ae0a37c55a10e0ea2f8bce5d8102d392c5 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 5 Jul 2024 21:59:57 +0200 Subject: [PATCH] We pray another day --- .woodpecker.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml deleted file mode 100644 index 9f3c3fb..0000000 --- a/.woodpecker.yaml +++ /dev/null @@ -1,24 +0,0 @@ -steps: - - name: "Create a virtual environment" - image: python:3 - commands: - - pip install -r ./requirements.txt -t ./lib - when: - - event: tag - - name: "Build a zip" - image: alpine - commands: - - apk add zip - - zip -r Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip . -x '*.git*' - when: - - event: tag - - name: "Create release" - image: woodpeckerci/plugin-release - settings: - files: - - './Flow.Launcher.Plugin.OSRSSearch*' - api_key: - from_secret: ACCESS_TOKEN - base-url: 'https://git.lrsb.nl' - when: - - event: tag \ No newline at end of file