From a7f97ddf287c4bc5da5cba70180312d744538f68 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 14 Apr 2025 08:03:33 +0300 Subject: [PATCH] Remove .drone.yml Drone CI is gone for a while now. --- .drone.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 4333058f..00000000 --- a/.drone.yml +++ /dev/null @@ -1,15 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: -- name: submodules - image: alpine/git - commands: - - git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog -- name: build - image: klakegg/hugo:ext-alpine - commands: - - hugo - -# vim: ts=2 sw=2 et