2024-03-18 21:24:38 +03:00
|
|
|
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:
|
2024-03-29 14:14:55 +03:00
|
|
|
test_selector: b
|