From f5848dc1f421546d1a44a6c150ad6efc6dc0d0f9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 5 May 2026 03:51:00 -0500 Subject: chore: remove .gitlab-ci.yml The fork's primary remotes are git.cjennings.net (origin) and github.com/cjennings/org-drill (mirror). GitLab is upstream's tracker, not ours, and I'm not running the old `.gitlab-ci.yml` anywhere. Replacement is a GitHub Actions workflow, which I captured as a follow-up with sketches for matrix versions, caching, and stages. That's a meaningful design decision rather than a file move, so I'm leaving it for its own session. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 94d4468..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,6 +0,0 @@ -image: "silex/emacs:27.2-dev" - -test: - script: - - git clone https://github.com/cask/cask ~/.cask - - PATH=$HOME/.cask/bin:$PATH make test -- cgit v1.2.3