Files
flake-hub/.woodpecker.yaml
T
Oleks 776a0e23ea
ci/woodpecker/tag/woodpecker Pipeline was successful
Use nix-ci image with gitea_clone_token for CI builds
The nix-ci entrypoint sets up ~/.netrc from GITEA_CLONE_TOKEN
so Nix can fetch private flake inputs like fleet-pins.
2026-03-15 11:56:02 +02:00

19 lines
464 B
YAML

when:
- event: tag
ref: "refs/tags/v*"
steps:
- name: build
image: git.oleks.space/oleks/nix-ci:latest
environment:
GITEA_CLONE_TOKEN:
from_secret: gitea_clone_token
commands:
- nixos-ci-entrypoint true
- nix build .#xonsh --no-link --print-out-paths
- nix build .#hello-world --no-link --print-out-paths
backend_options:
kubernetes:
nodeSelector:
kubernetes.io/hostname: howard2404