try: remove stale .woodpecker.yaml that shadowed .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user