Add new build server to NEWS.
build / test (push) Successful in 4m45s Details
build / docs (push) Successful in 2m5s Details

This commit is contained in:
Dan Helfman 2024-03-06 18:52:27 -08:00
parent ec0ee971ed
commit 181051eae1
2 changed files with 3 additions and 1 deletions

3
NEWS
View File

@ -7,6 +7,9 @@
* #835: Add support for the NO_COLOR environment variable. See the documentation for more
information:
https://torsion.org/borgmatic/docs/how-to/set-up-backups/#colored-output
* Switch from Drone to Gitea Actions for continuous integration.
* Rename scripts/run-end-to-end-dev-tests to scripts/run-end-to-end-tests and use it in both dev
and CI for increased dev-CI parity.
* Clarify documentation about restoring a database: borgmatic does not create the database upon
restore.

View File

@ -49,7 +49,6 @@ services:
environment:
TEST_CONTAINER: true
volumes:
# - "../..:/app:ro"
- "../..:/app"
tmpfs:
- "/app/borgmatic.egg-info"