diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-05 03:51:00 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-05 03:51:00 -0500 |
| commit | f5848dc1f421546d1a44a6c150ad6efc6dc0d0f9 (patch) | |
| tree | 59811ea89b188fbabe8269dbcad9fa80fd64e4ac | |
| parent | 77eb4f046cc90d535ba30ec8a408f52cb85da63f (diff) | |
| download | org-drill-f5848dc1f421546d1a44a6c150ad6efc6dc0d0f9.tar.gz org-drill-f5848dc1f421546d1a44a6c150ad6efc6dc0d0f9.zip | |
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.
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
