forked from Fediversity/Fediversity
add woodpecker status: agents error `agent could not auth: individual agent not found by token: sql: no rows in result set` allow manual set `image: bash` to initally test `local` woodpecker back-end split CI jobs image: `bash` (`local` back-end) -> `nixos/nix` (`docker` back-end) add debugging lines to CD pipeline to debug error `Could not open a connection to your authentication agent` add more debug prints to CD even more debugging continue debugging debug harder explicitly specify flakes as nixos/nix image is missing this rm /home update fedi203 wrap faulty statement fix check-resources split strace pkg un-strace un-test cd dedupe image max 5 un-bash strace configure user simplify secrets set just group for system users unverbose npins schema add flakes flakes
23 lines
728 B
YAML
23 lines
728 B
YAML
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/refs/heads/main/pipeline/frontend/yaml/linter/schema/schema.json
|
|
|
|
when:
|
|
- event: manual
|
|
# - event: cron
|
|
# cron: updater
|
|
|
|
steps:
|
|
- name: lockfile
|
|
image: nixos/nix
|
|
commands:
|
|
- nix-shell --run "npins update"
|
|
# - name: Create PR
|
|
# uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397
|
|
# with:
|
|
# remote-instance-api-version: v1
|
|
# token: "$DEPLOY_KEY"
|
|
# branch: npins-update
|
|
# commit-message: "npins: update sources"
|
|
# title: "npins: update sources"
|
|
environment:
|
|
DEPLOY_KEY:
|
|
from_secret: deploy_key
|