Преглед изворни кода

Add new build server to NEWS.

Dan Helfman пре 1 година
родитељ
комит
181051eae1
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 0
      NEWS
  2. 0 1
      tests/end-to-end/docker-compose.yaml

+ 3 - 0
NEWS

@@ -7,6 +7,9 @@
  * #835: Add support for the NO_COLOR environment variable. See the documentation for more
  * #835: Add support for the NO_COLOR environment variable. See the documentation for more
    information:
    information:
    https://torsion.org/borgmatic/docs/how-to/set-up-backups/#colored-output
    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
  * Clarify documentation about restoring a database: borgmatic does not create the database upon
    restore.
    restore.
 
 

+ 0 - 1
tests/end-to-end/docker-compose.yaml

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