776a0e23ea
ci/woodpecker/tag/woodpecker Pipeline was successful
The nix-ci entrypoint sets up ~/.netrc from GITEA_CLONE_TOKEN so Nix can fetch private flake inputs like fleet-pins.
19 lines
464 B
YAML
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
|