try: remove stale .woodpecker.yaml that shadowed .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Oleks
2026-03-15 13:41:07 +02:00
parent 1bc3afe912
commit 2828abdfd4
2 changed files with 4 additions and 18 deletions
-18
View File
@@ -1,18 +0,0 @@
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
+4
View File
@@ -1,5 +1,9 @@
# Build flake-hub packages for all architectures and push to attic
when:
- event: push
branch: main
clone:
- name: clone
image: woodpeckerci/plugin-git