about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-02 19:41:03 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-02 19:41:03 -0800
commit615fee150845f47f52821cc3f7cce6db55a5a94a (patch)
treee4868e5f116bea87c4d9d3e8d92e6ca7eec47b3e /.drone.yml
parentfeat(hosts/tahoe): install gitolite and cgit (diff)
downloadworld-615fee150845f47f52821cc3f7cce6db55a5a94a.tar.gz
ci: remove drone's configuration
drone is not running anymore
Diffstat (limited to '')
-rw-r--r--.drone.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 0f9cb4e..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-kind: pipeline
-type: docker
-name: flakes-update
-trigger:
-  event:
-    - cron
-
-steps:
-  - name: update flakes
-    image: nixpkgs/nix-flakes:nixos-22.05
-    commands:
-      - nix flake update --commit-lock-file
-      - nix develop -c git push origin --all