diff --git a/NEWS b/NEWS index 18389f8f..02dc7887 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/tests/end-to-end/docker-compose.yaml b/tests/end-to-end/docker-compose.yaml index 96def4c3..b05b9b94 100644 --- a/tests/end-to-end/docker-compose.yaml +++ b/tests/end-to-end/docker-compose.yaml @@ -49,7 +49,6 @@ services: environment: TEST_CONTAINER: true volumes: -# - "../..:/app:ro" - "../..:/app" tmpfs: - "/app/borgmatic.egg-info"