Quellcode durchsuchen

Attempt to fix and debug read-only filesystem issue at build.

Dan Helfman vor 1 Jahr
Ursprung
Commit
141ba2771d
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 1 0
      .gitea/workflows/test.yaml
  2. 2 1
      tests/end-to-end/docker-compose.yaml

+ 1 - 0
.gitea/workflows/test.yaml

@@ -9,3 +9,4 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - run: scripts/run-end-to-end-tests
+      - run: find . -name borgmatic-1.8.9.dev0

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

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