Skip to content

Commit

Permalink
build: remove drone config (#2037)
Browse files Browse the repository at this point in the history
Remove drone config so that drone does not run anymore as it is not
doing anything that GitHub Actions does not do while GitHub Actions
does many things that drone does not do, and it does it mostly by
invoking go-task.

- See also #1669
  • Loading branch information
aucampia committed Jul 18, 2022
1 parent 40eaa26 commit 8cb0027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 83 deletions.
79 changes: 0 additions & 79 deletions .drone.yml

This file was deleted.

8 changes: 4 additions & 4 deletions docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,12 @@ We use sphinx for generating HTML docs, see :ref:`docs`.
Continuous Integration
----------------------

We used Drone for CI, see:
We used GitHub Actions for CI, see:

https://drone.rdflib.ashs.dev/RDFLib/rdflib
https://github.com/RDFLib/rdflib/actions

If you make a pull-request to RDFLib on GitHub, Drone will automatically test your code and we will only merge code
passing all tests.
If you make a pull-request to RDFLib on GitHub, GitHub Actions will
automatically test your code and we will only merge code passing all tests.

Please do *not* commit tests you know will fail, even if you're just pointing out a bug. If you commit such tests,
flag them as expecting to fail.
Expand Down

0 comments on commit 8cb0027

Please sign in to comment.