From 8761f6c7985855f4f2947ad92b3272e13114facc Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Mon, 18 Mar 2024 21:24:38 +0300 Subject: [PATCH] initial commit --- .woodpecker.yml | 26 ++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 27 insertions(+) create mode 100644 .woodpecker.yml create mode 100644 README.md diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0e8fb84 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,26 @@ +when: + event: [ push, tag, manual ] + +## kind of fixup (remove in near future) +## ref: https://github.com/woodpecker-ci/plugin-git/releases +clone: + git: + image: woodpeckerci/plugin-git:2.5.0 + +## NB: ${variable} expressions are subject to pre-processing. +## ref: https://woodpecker-ci.org/docs/usage/environment + +steps: + + - name: env + image: docker.io/library/debian:bookworm-slim + environment: + MALLOC_ARENA_MAX: "4" + commands: + - | + cat /proc/self/environ | sort -zuV \ + | xargs -0 -r -n 1 printf '%q\n' + +## personal tweaks :) +labels: + network: airgap diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f86fcf --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +[![status-badge](https://ci.krd.sh/api/badges/3/status.svg)](https://ci.krd.sh/repos/3)