diff --git a/.github/workflows/data-pipeline.yml b/.github/workflows/data-pipeline.yml index ac6c9471..aee40ac3 100644 --- a/.github/workflows/data-pipeline.yml +++ b/.github/workflows/data-pipeline.yml @@ -34,7 +34,8 @@ jobs: - name: Fetch GTFS-Feeds run: | - chmod 777 . + find . -type d -exec chmod 777 {} \; + chown motis:motis -R . docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py timer docker run -v $PWD:/transitous -w /transitous transitous src/generate-attribution.py diff --git a/.github/workflows/test-import.yml b/.github/workflows/test-import.yml index 1d4987f9..8e684ec6 100644 --- a/.github/workflows/test-import.yml +++ b/.github/workflows/test-import.yml @@ -17,5 +17,5 @@ jobs: run: docker build -t transitous . -f ci/container/Containerfile - name: Verify that new feeds can be downloaded and parsed run: | - chmod 777 . + find . -type d -exec chmod 777 {} \; docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py merge-request