From 350d6417c953739944aa1579b94d3b9ad7315907 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 11 Apr 2023 22:11:39 +0200 Subject: [PATCH] Remove CI --- .woodpecker.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 82f7830..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,19 +0,0 @@ -pipeline: - check: - image: nixos/nix - commands: - - nix flake check --extra-experimental-features "flakes nix-command" - - update: - image: nixos/nix - commands: - - export REPO_URL="https://$${CI_REPO_OWNER}:$${TOKEN}@codeberg.org/$${CI_REPO_OWNER}/$${CI_REPO_NAME}.git" - - git config --global user.email "woodpecker-ci@noreply.org" - - git config --global user.name "woodpecker-ci" - - git remote set-url origin "$${REPO_URL}" - - nix flake update --commit-lock-file --extra-experimental-features "flakes nix-command" - - git push origin HEAD:$CI_COMMIT_BRANCH - secrets: [ TOKEN ] - when: - event: cron - cron: update