diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-02 19:41:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-02 19:41:03 -0800 |
commit | 615fee150845f47f52821cc3f7cce6db55a5a94a (patch) | |
tree | e4868e5f116bea87c4d9d3e8d92e6ca7eec47b3e | |
parent | feat(hosts/tahoe): install gitolite and cgit (diff) | |
download | world-615fee150845f47f52821cc3f7cce6db55a5a94a.tar.gz |
ci: remove drone's configuration
drone is not running anymore
-rw-r--r-- | .drone.yml | 14 |
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 |